Shades of Orchid #CC78DC
Tints of Orchid #CC78DC
RGB
CMYK
RGB Variations
Color information
#CC78DC (or 0xCC78DC) is known color: Orchid. HEX triplet: CC, 78 and DC. RGB value is (204,120,220). Sum of RGB (Red+Green+Blue) = 204+120+220=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #CC78DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DC is #338723. Grayscale: #9C9C9C. Windows color (decimal): -3376932 or 14448844. OLE color: 14448844.
HSL color Cylindrical-coordinate representation of color #CC78DC: hue angle of 290.4º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC78DC is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 120 | 220 | - |
| CMYK | 0.07 | 0.45 | 0 | 0.14 |
| HSL | 290.4º | 0.59% | 0.67% | - |
| HSV(B) | 290.4º | 0.45% | 0.86% | - |
| XYZ | 44.54 | 31.44 | 71.43 | - |
| YUV | 156.52 | 163.83 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 120 | 220 | 0.07 | 0.45 | 0 | 0.14 | 290.4 | 0.59 | 0.67 |
| Hex | CC | 78 | DC | 7 | 2D | 0 | E | 122 | 3B | 43 |
| Octal | 314 | 170 | 334 | 7 | 55 | 0 | 16 | 442 | 73 | 103 |
| Binary | 11001100 | 1111000 | 11011100 | 111 | 101101 | 0 | 1110 | 100100010 | 111011 | 1000011 |
Color Harmonies of #CC78DC
Complementary color
Monochromatic Colors of #CC78DC
Black with #CC78DC
Text Example
Text Example
White with #CC78DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78DC; }
p { color: rgb(204,120,220); }
H1.HeaderClassName
{
color: #CC78DC;
}
.AnyTagClassName
{
color: #CC78DC;
}
</style>
background-color css
<style>
a { background-color: #CC78DC; }
a { background-color: rgb(204,120,220); }
div.DivClassName
{
background-color: #CC78DC;
}
.BgClassName
{
background-color: #CC78DC;
}
</style>
border-color css
<style>
span { border-color: #CC78DC; }
span { border-color: rgb(204,120,220); }
td.TdClassName
{
border-color: #CC78DC;
}
.TagClassName
{
border-color: #CC78DC;
}
</style>