Shades of Orchid #CC78E1
Tints of Orchid #CC78E1
RGB
CMYK
RGB Variations
Color information
#CC78E1 (or 0xCC78E1) is known color: Orchid. HEX triplet: CC, 78 and E1. RGB value is (204,120,225). Sum of RGB (Red+Green+Blue) = 204+120+225=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 120 (47.27% from 255 or 21.86% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC78E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78E1 is #33871E. Grayscale: #9C9C9C. Windows color (decimal): -3376927 or 14776524. OLE color: 14776524.
HSL color Cylindrical-coordinate representation of color #CC78E1: hue angle of 288º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC78E1 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 120 | 225 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.12 |
| HSL | 288º | 0.64% | 0.68% | - |
| HSV(B) | 288º | 0.47% | 0.88% | - |
| XYZ | 45.21 | 31.71 | 74.97 | - |
| YUV | 157.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 225 | 0.09 | 0.47 | 0 | 0.12 | 288 | 0.64 | 0.68 |
| Hex | CC | 78 | E1 | 9 | 2F | 0 | C | 120 | 40 | 44 |
| Octal | 314 | 170 | 341 | 11 | 57 | 0 | 14 | 440 | 100 | 104 |
| Binary | 11001100 | 1111000 | 11100001 | 1001 | 101111 | 0 | 1100 | 100100000 | 1000000 | 1000100 |
Color Harmonies of #CC78E1
Complementary color
Monochromatic Colors of #CC78E1
Black with #CC78E1
Text Example
Text Example
White with #CC78E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78E1; }
p { color: rgb(204,120,225); }
H1.HeaderClassName
{
color: #CC78E1;
}
.AnyTagClassName
{
color: #CC78E1;
}
</style>
background-color css
<style>
a { background-color: #CC78E1; }
a { background-color: rgb(204,120,225); }
div.DivClassName
{
background-color: #CC78E1;
}
.BgClassName
{
background-color: #CC78E1;
}
</style>
border-color css
<style>
span { border-color: #CC78E1; }
span { border-color: rgb(204,120,225); }
td.TdClassName
{
border-color: #CC78E1;
}
.TagClassName
{
border-color: #CC78E1;
}
</style>