Shades of Orchid #CC78C0
Tints of Orchid #CC78C0
RGB
CMYK
RGB Variations
Color information
#CC78C0 (or 0xCC78C0) is known color: Orchid. HEX triplet: CC, 78 and C0. RGB value is (204,120,192). Sum of RGB (Red+Green+Blue) = 204+120+192=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 120 (47.27% from 255 or 23.26% from 516); Blue value is 192 (75.39% from 255 or 37.21% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78C0 is #33873F. Grayscale: #999999. Windows color (decimal): -3376960 or 12613836. OLE color: 12613836.
HSL color Cylindrical-coordinate representation of color #CC78C0: hue angle of 308.57º 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 #CC78C0 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 192 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.2 |
| HSL | 308.57º | 0.45% | 0.64% | - |
| HSV(B) | 308.57º | 0.41% | 0.8% | - |
| XYZ | 41.13 | 30.08 | 53.51 | - |
| YUV | 153.32 | 149.83 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 192 | 0 | 0.41 | 0.06 | 0.2 | 308.57 | 0.45 | 0.64 |
| Hex | CC | 78 | C0 | 0 | 29 | 6 | 14 | 135 | 2D | 40 |
| Octal | 314 | 170 | 300 | 0 | 51 | 6 | 24 | 465 | 55 | 100 |
| Binary | 11001100 | 1111000 | 11000000 | 0 | 101001 | 110 | 10100 | 100110101 | 101101 | 1000000 |
Color Harmonies of #CC78C0
Complementary color
Monochromatic Colors of #CC78C0
Black with #CC78C0
Text Example
Text Example
White with #CC78C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78C0; }
p { color: rgb(204,120,192); }
H1.HeaderClassName
{
color: #CC78C0;
}
.AnyTagClassName
{
color: #CC78C0;
}
</style>
background-color css
<style>
a { background-color: #CC78C0; }
a { background-color: rgb(204,120,192); }
div.DivClassName
{
background-color: #CC78C0;
}
.BgClassName
{
background-color: #CC78C0;
}
</style>
border-color css
<style>
span { border-color: #CC78C0; }
span { border-color: rgb(204,120,192); }
td.TdClassName
{
border-color: #CC78C0;
}
.TagClassName
{
border-color: #CC78C0;
}
</style>