Shades of Orchid #CC78DB
Tints of Orchid #CC78DB
RGB
CMYK
RGB Variations
Color information
#CC78DB (or 0xCC78DB) is known color: Orchid. HEX triplet: CC, 78 and DB. RGB value is (204,120,219). Sum of RGB (Red+Green+Blue) = 204+120+219=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 219 - color contains mainly: blue. Hex color #CC78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CC78DB is #338724. Grayscale: #9C9C9C. Windows color (decimal): -3376933 or 14383308. OLE color: 14383308.
HSL color Cylindrical-coordinate representation of color #CC78DB: hue angle of 290.91º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CC78DB is Cyan = 0.07, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 204 | 120 | 219 | - |
CMYK | 0.07 | 0.45 | 0 | 0.14 |
HSL | 290.91º | 0.58% | 0.66% | - |
HSV(B) | 290.91º | 0.45% | 0.86% | - |
XYZ | 44.4 | 31.38 | 70.74 | - |
YUV | 156.4 | 163.33 | 161.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 120 | 219 | 0.07 | 0.45 | 0 | 0.14 | 290.91 | 0.58 | 0.66 |
Hex | CC | 78 | DB | 7 | 2D | 0 | E | 123 | 3A | 42 |
Octal | 314 | 170 | 333 | 7 | 55 | 0 | 16 | 443 | 72 | 102 |
Binary | 11001100 | 1111000 | 11011011 | 111 | 101101 | 0 | 1110 | 100100011 | 111010 | 1000010 |
Color Harmonies of #CC78DB
Complementary color
Monochromatic Colors of #CC78DB
Black with #CC78DB
Text Example
Text Example
White with #CC78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC78DB; }
p { color: rgb(204,120,219); }
H1.HeaderClassName
{
color: #CC78DB;
}
.AnyTagClassName
{
color: #CC78DB;
}
</style>
background-color css
<style>
a { background-color: #CC78DB; }
a { background-color: rgb(204,120,219); }
div.DivClassName
{
background-color: #CC78DB;
}
.BgClassName
{
background-color: #CC78DB;
}
</style>
border-color css
<style>
span { border-color: #CC78DB; }
span { border-color: rgb(204,120,219); }
td.TdClassName
{
border-color: #CC78DB;
}
.TagClassName
{
border-color: #CC78DB;
}
</style>