Html Css Color HEX #C04ECC Medium Orchid

📋 copy color: '#C04ECC'

red 192 ◦ green 78 ◦ blue 204

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

Shades of Medium Orchid #C04ECC

Tints of Medium Orchid #C04ECC

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

 GREEN value IS 78 (30.86% from 255) = 16.46%

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 40.51%
G = 16.46%
B = 43.04%

CMYK

 C value IS 0.06

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C04ECC (or 0xC04ECC) is known color: Medium Orchid. HEX triplet: C0, 4E and CC. RGB value is (192,78,204). Sum of RGB (Red+Green+Blue) = 192+78+204=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 78 (30.86% from 255 or 16.46% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #C04ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C04ECC is #3FB133. Grayscale: #7E7E7E. Windows color (decimal): -4174132 or 13389504. OLE color: 13389504.

HSL color Cylindrical-coordinate representation of color #C04ECC: hue angle of 294.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04ECC is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 192 78 204 -
CMYK 0.06 0.62 0 0.2
HSL 294.29º 0.55% 0.55% -
HSV(B) 294.29º 0.62% 0.8% -
XYZ 35.36 21.01 59.32 -
YUV 126.45 171.77 174.75 -
System Red Green Blue C M Y K H S L
Decimal 192 78 204 0.06 0.62 0 0.2 294.29 0.55 0.55
Hex C0 4E CC 6 3E 0 14 126 37 37
Octal 300 116 314 6 76 0 24 446 67 67
Binary 11000000 1001110 11001100 110 111110 0 10100 100100110 110111 110111

Color Harmonies of #C04ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C04ECC

Black with #C04ECC

Text Example


Text Example

White with #C04ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C04ECC; }

 p { color: rgb(192,78,204); }

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

background-color css

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

 a { background-color: rgb(192,78,204); }

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

border-color css

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

 span { border-color: rgb(192,78,204); }

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