Shades of Orchid #CD6CDB
Tints of Orchid #CD6CDB
RGB
CMYK
RGB Variations
Color information
#CD6CDB (or 0xCD6CDB) is known color: Orchid. HEX triplet: CD, 6C and DB. RGB value is (205,108,219). Sum of RGB (Red+Green+Blue) = 205+108+219=532 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.53% from 532); Green value is 108 (42.58% from 255 or 20.30% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD6CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD6CDB is #329324. Grayscale: #959595. Windows color (decimal): -3314469 or 14380237. OLE color: 14380237.
HSL color Cylindrical-coordinate representation of color #CD6CDB: hue angle of 292.43º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CD6CDB is Cyan = 0.06, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 108 | 219 | - |
| CMYK | 0.06 | 0.51 | 0 | 0.14 |
| HSL | 292.43º | 0.61% | 0.64% | - |
| HSV(B) | 292.43º | 0.51% | 0.86% | - |
| XYZ | 43.33 | 28.82 | 70.3 | - |
| YUV | 149.66 | 167.14 | 167.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 108 | 219 | 0.06 | 0.51 | 0 | 0.14 | 292.43 | 0.61 | 0.64 |
| Hex | CD | 6C | DB | 6 | 33 | 0 | E | 124 | 3D | 40 |
| Octal | 315 | 154 | 333 | 6 | 63 | 0 | 16 | 444 | 75 | 100 |
| Binary | 11001101 | 1101100 | 11011011 | 110 | 110011 | 0 | 1110 | 100100100 | 111101 | 1000000 |
Color Harmonies of #CD6CDB
Complementary color
Monochromatic Colors of #CD6CDB
Black with #CD6CDB
Text Example
Text Example
White with #CD6CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6CDB; }
p { color: rgb(205,108,219); }
H1.HeaderClassName
{
color: #CD6CDB;
}
.AnyTagClassName
{
color: #CD6CDB;
}
</style>
background-color css
<style>
a { background-color: #CD6CDB; }
a { background-color: rgb(205,108,219); }
div.DivClassName
{
background-color: #CD6CDB;
}
.BgClassName
{
background-color: #CD6CDB;
}
</style>
border-color css
<style>
span { border-color: #CD6CDB; }
span { border-color: rgb(205,108,219); }
td.TdClassName
{
border-color: #CD6CDB;
}
.TagClassName
{
border-color: #CD6CDB;
}
</style>