Shades of Orchid #CD78DB
Tints of Orchid #CD78DB
RGB
CMYK
RGB Variations
Color information
#CD78DB (or 0xCD78DB) is known color: Orchid. HEX triplet: CD, 78 and DB. RGB value is (205,120,219). Sum of RGB (Red+Green+Blue) = 205+120+219=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD78DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD78DB is #328724. Grayscale: #9C9C9C. Windows color (decimal): -3311397 or 14383309. OLE color: 14383309.
HSL color Cylindrical-coordinate representation of color #CD78DB: hue angle of 291.52º 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 #CD78DB is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 120 | 219 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.14 |
| HSL | 291.52º | 0.58% | 0.66% | - |
| HSV(B) | 291.52º | 0.45% | 0.86% | - |
| XYZ | 44.68 | 31.53 | 70.75 | - |
| YUV | 156.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 120 | 219 | 0.06 | 0.45 | 0 | 0.14 | 291.52 | 0.58 | 0.66 |
| Hex | CD | 78 | DB | 6 | 2D | 0 | E | 124 | 3A | 42 |
| Octal | 315 | 170 | 333 | 6 | 55 | 0 | 16 | 444 | 72 | 102 |
| Binary | 11001101 | 1111000 | 11011011 | 110 | 101101 | 0 | 1110 | 100100100 | 111010 | 1000010 |
Color Harmonies of #CD78DB
Complementary color
Monochromatic Colors of #CD78DB
Black with #CD78DB
Text Example
Text Example
White with #CD78DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD78DB; }
p { color: rgb(205,120,219); }
H1.HeaderClassName
{
color: #CD78DB;
}
.AnyTagClassName
{
color: #CD78DB;
}
</style>
background-color css
<style>
a { background-color: #CD78DB; }
a { background-color: rgb(205,120,219); }
div.DivClassName
{
background-color: #CD78DB;
}
.BgClassName
{
background-color: #CD78DB;
}
</style>
border-color css
<style>
span { border-color: #CD78DB; }
span { border-color: rgb(205,120,219); }
td.TdClassName
{
border-color: #CD78DB;
}
.TagClassName
{
border-color: #CD78DB;
}
</style>