Shades of Orchid #CD6DDB
Tints of Orchid #CD6DDB
RGB
CMYK
RGB Variations
Color information
#CD6DDB (or 0xCD6DDB) is known color: Orchid. HEX triplet: CD, 6D and DB. RGB value is (205,109,219). Sum of RGB (Red+Green+Blue) = 205+109+219=533 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.46% from 533); Green value is 109 (42.97% from 255 or 20.45% from 533); Blue value is 219 (85.94% from 255 or 41.09% from 533); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6DDB is #329224. Grayscale: #959595. Windows color (decimal): -3314213 or 14380493. OLE color: 14380493.
HSL color Cylindrical-coordinate representation of color #CD6DDB: hue angle of 292.36º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CD6DDB is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 109 | 219 | - |
| CMYK | 0.06 | 0.50 | 0 | 0.14 |
| HSL | 292.36º | 0.6% | 0.64% | - |
| HSV(B) | 292.36º | 0.5% | 0.86% | - |
| XYZ | 43.43 | 29.03 | 70.33 | - |
| YUV | 150.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 109 | 219 | 0.06 | 0.50 | 0 | 0.14 | 292.36 | 0.6 | 0.64 |
| Hex | CD | 6D | DB | 6 | 32 | 0 | E | 124 | 3C | 40 |
| Octal | 315 | 155 | 333 | 6 | 62 | 0 | 16 | 444 | 74 | 100 |
| Binary | 11001101 | 1101101 | 11011011 | 110 | 110010 | 0 | 1110 | 100100100 | 111100 | 1000000 |
Color Harmonies of #CD6DDB
Complementary color
Monochromatic Colors of #CD6DDB
Black with #CD6DDB
Text Example
Text Example
White with #CD6DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6DDB; }
p { color: rgb(205,109,219); }
H1.HeaderClassName
{
color: #CD6DDB;
}
.AnyTagClassName
{
color: #CD6DDB;
}
</style>
background-color css
<style>
a { background-color: #CD6DDB; }
a { background-color: rgb(205,109,219); }
div.DivClassName
{
background-color: #CD6DDB;
}
.BgClassName
{
background-color: #CD6DDB;
}
</style>
border-color css
<style>
span { border-color: #CD6DDB; }
span { border-color: rgb(205,109,219); }
td.TdClassName
{
border-color: #CD6DDB;
}
.TagClassName
{
border-color: #CD6DDB;
}
</style>