Shades of Orchid #CC78CE
Tints of Orchid #CC78CE
RGB
CMYK
RGB Variations
Color information
#CC78CE (or 0xCC78CE) is known color: Orchid. HEX triplet: CC, 78 and CE. RGB value is (204,120,206). Sum of RGB (Red+Green+Blue) = 204+120+206=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 120 (47.27% from 255 or 22.64% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78CE is #338731. Grayscale: #9A9A9A. Windows color (decimal): -3376946 or 13531340. OLE color: 13531340.
HSL color Cylindrical-coordinate representation of color #CC78CE: hue angle of 298.6º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CC78CE is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 120 | 206 | - |
| CMYK | 0.01 | 0.42 | 0 | 0.19 |
| HSL | 298.6º | 0.47% | 0.64% | - |
| HSV(B) | 298.6º | 0.42% | 0.81% | - |
| XYZ | 42.76 | 30.73 | 62.07 | - |
| YUV | 154.92 | 156.83 | 163.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 206 | 0.01 | 0.42 | 0 | 0.19 | 298.6 | 0.47 | 0.64 |
| Hex | CC | 78 | CE | 1 | 2A | 0 | 13 | 12B | 2F | 40 |
| Octal | 314 | 170 | 316 | 1 | 52 | 0 | 23 | 453 | 57 | 100 |
| Binary | 11001100 | 1111000 | 11001110 | 1 | 101010 | 0 | 10011 | 100101011 | 101111 | 1000000 |
Color Harmonies of #CC78CE
Complementary color
Monochromatic Colors of #CC78CE
Black with #CC78CE
Text Example
Text Example
White with #CC78CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78CE; }
p { color: rgb(204,120,206); }
H1.HeaderClassName
{
color: #CC78CE;
}
.AnyTagClassName
{
color: #CC78CE;
}
</style>
background-color css
<style>
a { background-color: #CC78CE; }
a { background-color: rgb(204,120,206); }
div.DivClassName
{
background-color: #CC78CE;
}
.BgClassName
{
background-color: #CC78CE;
}
</style>
border-color css
<style>
span { border-color: #CC78CE; }
span { border-color: rgb(204,120,206); }
td.TdClassName
{
border-color: #CC78CE;
}
.TagClassName
{
border-color: #CC78CE;
}
</style>