Html Css Color HEX #C445EB Medium Orchid

📋 copy color: '#C445EB'

red 196 ◦ green 69 ◦ blue 235

#C445EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C445EB

Tints of Medium Orchid #C445EB

RGB

 RED value IS 196 (76.95% from 255) = 39.2%

 GREEN value IS 69 (27.34% from 255) = 13.8%

 BLUE value IS 235 (92.19% from 255) = 47%

R = 39.2%
G = 13.8%
B = 47%

CMYK

 C value IS 0.17

 M value IS 0.71

 Y value IS 0

 K value IS 0.08

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C445EB (or 0xC445EB) is known color: Medium Orchid. HEX triplet: C4, 45 and EB. RGB value is (196,69,235). Sum of RGB (Red+Green+Blue) = 196+69+235=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 69 (27.34% from 255 or 13.8% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #C445EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #C445EB is #3BBA14. Grayscale: #7D7D7D. Windows color (decimal): -3914261 or 15418820. OLE color: 15418820.

HSL color Cylindrical-coordinate representation of color #C445EB: hue angle of 285.9º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C445EB is Cyan = 0.17, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 196 69 235 -
CMYK 0.17 0.71 0 0.08
HSL 285.9º 0.81% 0.6% -
HSV(B) 285.9º 0.71% 0.92% -
XYZ 39.89 21.99 80.74 -
YUV 125.9 189.58 178 -
System Red Green Blue C M Y K H S L
Decimal 196 69 235 0.17 0.71 0 0.08 285.9 0.81 0.6
Hex C4 45 EB 11 47 0 8 11E 51 3C
Octal 304 105 353 21 107 0 10 436 121 74
Binary 11000100 1000101 11101011 10001 1000111 0 1000 100011110 1010001 111100

Color Harmonies of #C445EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C445EB

Black with #C445EB

Text Example


Text Example

White with #C445EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C445EB; }

 p { color: rgb(196,69,235); }

 H1.HeaderClassName
 {
   color: #C445EB;
 }
 .AnyTagClassName
 {
   color: #C445EB;
 }
</style>

background-color css

<style>
 a { background-color: #C445EB; }

 a { background-color: rgb(196,69,235); }

 div.DivClassName
 {
   background-color: #C445EB;
 }
 .BgClassName
 {
   background-color: #C445EB;
 }
</style>

border-color css

<style>
 span { border-color: #C445EB; }

 span { border-color: rgb(196,69,235); }

 td.TdClassName
 {
   border-color: #C445EB;
 }
 .TagClassName
 {
   border-color: #C445EB;
 }
</style>