Shades of Orchid #CD7CDB
Tints of Orchid #CD7CDB
RGB
CMYK
RGB Variations
Color information
#CD7CDB (or 0xCD7CDB) is known color: Orchid. HEX triplet: CD, 7C and DB. RGB value is (205,124,219). Sum of RGB (Red+Green+Blue) = 205+124+219=548 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.41% from 548); Green value is 124 (48.83% from 255 or 22.63% from 548); Blue value is 219 (85.94% from 255 or 39.96% from 548); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD7CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7CDB is #328324. Grayscale: #9E9E9E. Windows color (decimal): -3310373 or 14384333. OLE color: 14384333.
HSL color Cylindrical-coordinate representation of color #CD7CDB: hue angle of 291.16º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CD7CDB is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 124 | 219 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.14 |
| HSL | 291.16º | 0.57% | 0.67% | - |
| HSV(B) | 291.16º | 0.43% | 0.86% | - |
| XYZ | 45.17 | 32.51 | 70.91 | - |
| YUV | 159.05 | 161.84 | 160.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 124 | 219 | 0.06 | 0.43 | 0 | 0.14 | 291.16 | 0.57 | 0.67 |
| Hex | CD | 7C | DB | 6 | 2B | 0 | E | 123 | 39 | 43 |
| Octal | 315 | 174 | 333 | 6 | 53 | 0 | 16 | 443 | 71 | 103 |
| Binary | 11001101 | 1111100 | 11011011 | 110 | 101011 | 0 | 1110 | 100100011 | 111001 | 1000011 |
Color Harmonies of #CD7CDB
Complementary color
Monochromatic Colors of #CD7CDB
Black with #CD7CDB
Text Example
Text Example
White with #CD7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7CDB; }
p { color: rgb(205,124,219); }
H1.HeaderClassName
{
color: #CD7CDB;
}
.AnyTagClassName
{
color: #CD7CDB;
}
</style>
background-color css
<style>
a { background-color: #CD7CDB; }
a { background-color: rgb(205,124,219); }
div.DivClassName
{
background-color: #CD7CDB;
}
.BgClassName
{
background-color: #CD7CDB;
}
</style>
border-color css
<style>
span { border-color: #CD7CDB; }
span { border-color: rgb(205,124,219); }
td.TdClassName
{
border-color: #CD7CDB;
}
.TagClassName
{
border-color: #CD7CDB;
}
</style>