Shades of Orchid #CC78C4
Tints of Orchid #CC78C4
RGB
CMYK
RGB Variations
Color information
#CC78C4 (or 0xCC78C4) is known color: Orchid. HEX triplet: CC, 78 and C4. RGB value is (204,120,196). Sum of RGB (Red+Green+Blue) = 204+120+196=520 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.23% from 520); Green value is 120 (47.27% from 255 or 23.08% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 204 - color contains mainly: red. Hex color #CC78C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78C4 is #33873B. Grayscale: #999999. Windows color (decimal): -3376956 or 12875980. OLE color: 12875980.
HSL color Cylindrical-coordinate representation of color #CC78C4: hue angle of 305.71º 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 #CC78C4 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 120 | 196 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.2 |
| HSL | 305.71º | 0.45% | 0.64% | - |
| HSV(B) | 305.71º | 0.41% | 0.8% | - |
| XYZ | 41.58 | 30.26 | 55.87 | - |
| YUV | 153.78 | 151.83 | 163.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 196 | 0 | 0.41 | 0.04 | 0.2 | 305.71 | 0.45 | 0.64 |
| Hex | CC | 78 | C4 | 0 | 29 | 4 | 14 | 132 | 2D | 40 |
| Octal | 314 | 170 | 304 | 0 | 51 | 4 | 24 | 462 | 55 | 100 |
| Binary | 11001100 | 1111000 | 11000100 | 0 | 101001 | 100 | 10100 | 100110010 | 101101 | 1000000 |
Color Harmonies of #CC78C4
Complementary color
Monochromatic Colors of #CC78C4
Black with #CC78C4
Text Example
Text Example
White with #CC78C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78C4; }
p { color: rgb(204,120,196); }
H1.HeaderClassName
{
color: #CC78C4;
}
.AnyTagClassName
{
color: #CC78C4;
}
</style>
background-color css
<style>
a { background-color: #CC78C4; }
a { background-color: rgb(204,120,196); }
div.DivClassName
{
background-color: #CC78C4;
}
.BgClassName
{
background-color: #CC78C4;
}
</style>
border-color css
<style>
span { border-color: #CC78C4; }
span { border-color: rgb(204,120,196); }
td.TdClassName
{
border-color: #CC78C4;
}
.TagClassName
{
border-color: #CC78C4;
}
</style>