Shades of Medium Orchid #CC4EE4
Tints of Medium Orchid #CC4EE4
RGB
CMYK
RGB Variations
Color information
#CC4EE4 (or 0xCC4EE4) is known color: Medium Orchid. HEX triplet: CC, 4E and E4. RGB value is (204,78,228). Sum of RGB (Red+Green+Blue) = 204+78+228=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 78 (30.86% from 255 or 15.29% from 510); Blue value is 228 (89.45% from 255 or 44.71% from 510); Max value from RGB is 228 - color contains mainly: blue. Hex color #CC4EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EE4 is #33B11B. Grayscale: #848484. Windows color (decimal): -3387676 or 14962380. OLE color: 14962380.
HSL color Cylindrical-coordinate representation of color #CC4EE4: hue angle of 290.4º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4EE4 is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 204 | 78 | 228 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.11 |
| HSL | 290.4º | 0.74% | 0.6% | - |
| HSV(B) | 290.4º | 0.66% | 0.89% | - |
| XYZ | 41.63 | 23.89 | 75.82 | - |
| YUV | 132.77 | 181.74 | 178.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 228 | 0.11 | 0.66 | 0 | 0.11 | 290.4 | 0.74 | 0.6 |
| Hex | CC | 4E | E4 | B | 42 | 0 | B | 122 | 4A | 3C |
| Octal | 314 | 116 | 344 | 13 | 102 | 0 | 13 | 442 | 112 | 74 |
| Binary | 11001100 | 1001110 | 11100100 | 1011 | 1000010 | 0 | 1011 | 100100010 | 1001010 | 111100 |
Color Harmonies of #CC4EE4
Complementary color
Monochromatic Colors of #CC4EE4
Black with #CC4EE4
Text Example
Text Example
White with #CC4EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EE4; }
p { color: rgb(204,78,228); }
H1.HeaderClassName
{
color: #CC4EE4;
}
.AnyTagClassName
{
color: #CC4EE4;
}
</style>
background-color css
<style>
a { background-color: #CC4EE4; }
a { background-color: rgb(204,78,228); }
div.DivClassName
{
background-color: #CC4EE4;
}
.BgClassName
{
background-color: #CC4EE4;
}
</style>
border-color css
<style>
span { border-color: #CC4EE4; }
span { border-color: rgb(204,78,228); }
td.TdClassName
{
border-color: #CC4EE4;
}
.TagClassName
{
border-color: #CC4EE4;
}
</style>