Shades of Orchid #CC78C9
Tints of Orchid #CC78C9
RGB
CMYK
RGB Variations
Color information
#CC78C9 (or 0xCC78C9) is known color: Orchid. HEX triplet: CC, 78 and C9. RGB value is (204,120,201). Sum of RGB (Red+Green+Blue) = 204+120+201=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 120 (47.27% from 255 or 22.86% from 525); Blue value is 201 (78.91% from 255 or 38.29% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78C9 is #338736. Grayscale: #9A9A9A. Windows color (decimal): -3376951 or 13203660. OLE color: 13203660.
HSL color Cylindrical-coordinate representation of color #CC78C9: hue angle of 302.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CC78C9 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 201 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.2 |
| HSL | 302.14º | 0.45% | 0.64% | - |
| HSV(B) | 302.14º | 0.41% | 0.8% | - |
| XYZ | 42.16 | 30.49 | 58.92 | - |
| YUV | 154.35 | 154.33 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 201 | 0 | 0.41 | 0.01 | 0.2 | 302.14 | 0.45 | 0.64 |
| Hex | CC | 78 | C9 | 0 | 29 | 1 | 14 | 12E | 2D | 40 |
| Octal | 314 | 170 | 311 | 0 | 51 | 1 | 24 | 456 | 55 | 100 |
| Binary | 11001100 | 1111000 | 11001001 | 0 | 101001 | 1 | 10100 | 100101110 | 101101 | 1000000 |
Color Harmonies of #CC78C9
Complementary color
Monochromatic Colors of #CC78C9
Black with #CC78C9
Text Example
Text Example
White with #CC78C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78C9; }
p { color: rgb(204,120,201); }
H1.HeaderClassName
{
color: #CC78C9;
}
.AnyTagClassName
{
color: #CC78C9;
}
</style>
background-color css
<style>
a { background-color: #CC78C9; }
a { background-color: rgb(204,120,201); }
div.DivClassName
{
background-color: #CC78C9;
}
.BgClassName
{
background-color: #CC78C9;
}
</style>
border-color css
<style>
span { border-color: #CC78C9; }
span { border-color: rgb(204,120,201); }
td.TdClassName
{
border-color: #CC78C9;
}
.TagClassName
{
border-color: #CC78C9;
}
</style>