Shades of Orchid #CD70DB
Tints of Orchid #CD70DB
RGB
CMYK
RGB Variations
Color information
#CD70DB (or 0xCD70DB) is known color: Orchid. HEX triplet: CD, 70 and DB. RGB value is (205,112,219). Sum of RGB (Red+Green+Blue) = 205+112+219=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 112 (44.14% from 255 or 20.90% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD70DB is #328F24. Grayscale: #979797. Windows color (decimal): -3313445 or 14381261. OLE color: 14381261.
HSL color Cylindrical-coordinate representation of color #CD70DB: hue angle of 292.15º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CD70DB is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 112 | 219 | - |
| CMYK | 0.06 | 0.49 | 0 | 0.14 |
| HSL | 292.15º | 0.6% | 0.65% | - |
| HSV(B) | 292.15º | 0.49% | 0.86% | - |
| XYZ | 43.76 | 29.68 | 70.44 | - |
| YUV | 152.01 | 165.81 | 165.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 112 | 219 | 0.06 | 0.49 | 0 | 0.14 | 292.15 | 0.6 | 0.65 |
| Hex | CD | 70 | DB | 6 | 31 | 0 | E | 124 | 3C | 41 |
| Octal | 315 | 160 | 333 | 6 | 61 | 0 | 16 | 444 | 74 | 101 |
| Binary | 11001101 | 1110000 | 11011011 | 110 | 110001 | 0 | 1110 | 100100100 | 111100 | 1000001 |
Color Harmonies of #CD70DB
Complementary color
Monochromatic Colors of #CD70DB
Black with #CD70DB
Text Example
Text Example
White with #CD70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD70DB; }
p { color: rgb(205,112,219); }
H1.HeaderClassName
{
color: #CD70DB;
}
.AnyTagClassName
{
color: #CD70DB;
}
</style>
background-color css
<style>
a { background-color: #CD70DB; }
a { background-color: rgb(205,112,219); }
div.DivClassName
{
background-color: #CD70DB;
}
.BgClassName
{
background-color: #CD70DB;
}
</style>
border-color css
<style>
span { border-color: #CD70DB; }
span { border-color: rgb(205,112,219); }
td.TdClassName
{
border-color: #CD70DB;
}
.TagClassName
{
border-color: #CD70DB;
}
</style>