Shades of Orchid #CC78D8
Tints of Orchid #CC78D8
RGB
CMYK
RGB Variations
Color information
#CC78D8 (or 0xCC78D8) is known color: Orchid. HEX triplet: CC, 78 and D8. RGB value is (204,120,216). Sum of RGB (Red+Green+Blue) = 204+120+216=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 120 (47.27% from 255 or 22.22% from 540); Blue value is 216 (84.77% from 255 or 40% from 540); Max value from RGB is 216 - color contains mainly: blue. Hex color #CC78D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78D8 is #338727. Grayscale: #9B9B9B. Windows color (decimal): -3376936 or 14186700. OLE color: 14186700.
HSL color Cylindrical-coordinate representation of color #CC78D8: hue angle of 292.5º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CC78D8 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 204 | 120 | 216 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.15 |
| HSL | 292.5º | 0.55% | 0.66% | - |
| HSV(B) | 292.5º | 0.44% | 0.85% | - |
| XYZ | 44.01 | 31.23 | 68.67 | - |
| YUV | 156.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 216 | 0.06 | 0.44 | 0 | 0.15 | 292.5 | 0.55 | 0.66 |
| Hex | CC | 78 | D8 | 6 | 2C | 0 | F | 124 | 37 | 42 |
| Octal | 314 | 170 | 330 | 6 | 54 | 0 | 17 | 444 | 67 | 102 |
| Binary | 11001100 | 1111000 | 11011000 | 110 | 101100 | 0 | 1111 | 100100100 | 110111 | 1000010 |
Color Harmonies of #CC78D8
Complementary color
Monochromatic Colors of #CC78D8
Black with #CC78D8
Text Example
Text Example
White with #CC78D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78D8; }
p { color: rgb(204,120,216); }
H1.HeaderClassName
{
color: #CC78D8;
}
.AnyTagClassName
{
color: #CC78D8;
}
</style>
background-color css
<style>
a { background-color: #CC78D8; }
a { background-color: rgb(204,120,216); }
div.DivClassName
{
background-color: #CC78D8;
}
.BgClassName
{
background-color: #CC78D8;
}
</style>
border-color css
<style>
span { border-color: #CC78D8; }
span { border-color: rgb(204,120,216); }
td.TdClassName
{
border-color: #CC78D8;
}
.TagClassName
{
border-color: #CC78D8;
}
</style>