Shades of Medium Orchid #CC4EE2
Tints of Medium Orchid #CC4EE2
RGB
CMYK
RGB Variations
Color information
#CC4EE2 (or 0xCC4EE2) is known color: Medium Orchid. HEX triplet: CC, 4E and E2. RGB value is (204,78,226). Sum of RGB (Red+Green+Blue) = 204+78+226=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 78 (30.86% from 255 or 15.35% from 508); Blue value is 226 (88.67% from 255 or 44.49% from 508); Max value from RGB is 226 - color contains mainly: blue. Hex color #CC4EE2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EE2 is #33B11D. Grayscale: #848484. Windows color (decimal): -3387678 or 14831308. OLE color: 14831308.
HSL color Cylindrical-coordinate representation of color #CC4EE2: hue angle of 291.08º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4EE2 is Cyan = 0.10, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 78 | 226 | - |
| CMYK | 0.10 | 0.65 | 0 | 0.11 |
| HSL | 291.08º | 0.72% | 0.6% | - |
| HSV(B) | 291.08º | 0.65% | 0.89% | - |
| XYZ | 41.35 | 23.78 | 74.36 | - |
| YUV | 132.55 | 180.74 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 226 | 0.10 | 0.65 | 0 | 0.11 | 291.08 | 0.72 | 0.6 |
| Hex | CC | 4E | E2 | A | 41 | 0 | B | 123 | 48 | 3C |
| Octal | 314 | 116 | 342 | 12 | 101 | 0 | 13 | 443 | 110 | 74 |
| Binary | 11001100 | 1001110 | 11100010 | 1010 | 1000001 | 0 | 1011 | 100100011 | 1001000 | 111100 |
Color Harmonies of #CC4EE2
Complementary color
Monochromatic Colors of #CC4EE2
Black with #CC4EE2
Text Example
Text Example
White with #CC4EE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EE2; }
p { color: rgb(204,78,226); }
H1.HeaderClassName
{
color: #CC4EE2;
}
.AnyTagClassName
{
color: #CC4EE2;
}
</style>
background-color css
<style>
a { background-color: #CC4EE2; }
a { background-color: rgb(204,78,226); }
div.DivClassName
{
background-color: #CC4EE2;
}
.BgClassName
{
background-color: #CC4EE2;
}
</style>
border-color css
<style>
span { border-color: #CC4EE2; }
span { border-color: rgb(204,78,226); }
td.TdClassName
{
border-color: #CC4EE2;
}
.TagClassName
{
border-color: #CC4EE2;
}
</style>