Shades of Medium Orchid #CC4EDE
Tints of Medium Orchid #CC4EDE
RGB
CMYK
RGB Variations
Color information
#CC4EDE (or 0xCC4EDE) is known color: Medium Orchid. HEX triplet: CC, 4E and DE. RGB value is (204,78,222). Sum of RGB (Red+Green+Blue) = 204+78+222=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 78 (30.86% from 255 or 15.48% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #CC4EDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC4EDE is #33B121. Grayscale: #838383. Windows color (decimal): -3387682 or 14569164. OLE color: 14569164.
HSL color Cylindrical-coordinate representation of color #CC4EDE: hue angle of 292.5º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CC4EDE is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 78 | 222 | - |
| CMYK | 0.08 | 0.65 | 0 | 0.13 |
| HSL | 292.5º | 0.69% | 0.59% | - |
| HSV(B) | 292.5º | 0.65% | 0.87% | - |
| XYZ | 40.81 | 23.56 | 71.5 | - |
| YUV | 132.09 | 178.74 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 78 | 222 | 0.08 | 0.65 | 0 | 0.13 | 292.5 | 0.69 | 0.59 |
| Hex | CC | 4E | DE | 8 | 41 | 0 | D | 124 | 45 | 3B |
| Octal | 314 | 116 | 336 | 10 | 101 | 0 | 15 | 444 | 105 | 73 |
| Binary | 11001100 | 1001110 | 11011110 | 1000 | 1000001 | 0 | 1101 | 100100100 | 1000101 | 111011 |
Color Harmonies of #CC4EDE
Complementary color
Monochromatic Colors of #CC4EDE
Black with #CC4EDE
Text Example
Text Example
White with #CC4EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4EDE; }
p { color: rgb(204,78,222); }
H1.HeaderClassName
{
color: #CC4EDE;
}
.AnyTagClassName
{
color: #CC4EDE;
}
</style>
background-color css
<style>
a { background-color: #CC4EDE; }
a { background-color: rgb(204,78,222); }
div.DivClassName
{
background-color: #CC4EDE;
}
.BgClassName
{
background-color: #CC4EDE;
}
</style>
border-color css
<style>
span { border-color: #CC4EDE; }
span { border-color: rgb(204,78,222); }
td.TdClassName
{
border-color: #CC4EDE;
}
.TagClassName
{
border-color: #CC4EDE;
}
</style>