Shades of Orchid #CC78B8
Tints of Orchid #CC78B8
RGB
CMYK
RGB Variations
Color information
#CC78B8 (or 0xCC78B8) is known color: Orchid. HEX triplet: CC, 78 and B8. RGB value is (204,120,184). Sum of RGB (Red+Green+Blue) = 204+120+184=508 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.16% from 508); Green value is 120 (47.27% from 255 or 23.62% from 508); Blue value is 184 (72.27% from 255 or 36.22% from 508); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78B8 is #338747. Grayscale: #989898. Windows color (decimal): -3376968 or 12089548. OLE color: 12089548.
HSL color Cylindrical-coordinate representation of color #CC78B8: hue angle of 314.29º 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 #CC78B8 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 184 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.2 |
| HSL | 314.29º | 0.45% | 0.64% | - |
| HSV(B) | 314.29º | 0.41% | 0.8% | - |
| XYZ | 40.27 | 29.73 | 48.96 | - |
| YUV | 152.41 | 145.83 | 164.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 184 | 0 | 0.41 | 0.10 | 0.2 | 314.29 | 0.45 | 0.64 |
| Hex | CC | 78 | B8 | 0 | 29 | A | 14 | 13A | 2D | 40 |
| Octal | 314 | 170 | 270 | 0 | 51 | 12 | 24 | 472 | 55 | 100 |
| Binary | 11001100 | 1111000 | 10111000 | 0 | 101001 | 1010 | 10100 | 100111010 | 101101 | 1000000 |
Color Harmonies of #CC78B8
Complementary color
Monochromatic Colors of #CC78B8
Black with #CC78B8
Text Example
Text Example
White with #CC78B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78B8; }
p { color: rgb(204,120,184); }
H1.HeaderClassName
{
color: #CC78B8;
}
.AnyTagClassName
{
color: #CC78B8;
}
</style>
background-color css
<style>
a { background-color: #CC78B8; }
a { background-color: rgb(204,120,184); }
div.DivClassName
{
background-color: #CC78B8;
}
.BgClassName
{
background-color: #CC78B8;
}
</style>
border-color css
<style>
span { border-color: #CC78B8; }
span { border-color: rgb(204,120,184); }
td.TdClassName
{
border-color: #CC78B8;
}
.TagClassName
{
border-color: #CC78B8;
}
</style>