Shades of Orchid #CD7BDB
Tints of Orchid #CD7BDB
RGB
CMYK
RGB Variations
Color information
#CD7BDB (or 0xCD7BDB) is known color: Orchid. HEX triplet: CD, 7B and DB. RGB value is (205,123,219). Sum of RGB (Red+Green+Blue) = 205+123+219=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 123 (48.44% from 255 or 22.49% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 219 - color contains mainly: blue. Hex color #CD7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CD7BDB is #328424. Grayscale: #9E9E9E. Windows color (decimal): -3310629 or 14384077. OLE color: 14384077.
HSL color Cylindrical-coordinate representation of color #CD7BDB: hue angle of 291.25º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CD7BDB is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 205 | 123 | 219 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.14 |
| HSL | 291.25º | 0.57% | 0.67% | - |
| HSV(B) | 291.25º | 0.44% | 0.86% | - |
| XYZ | 45.05 | 32.26 | 70.87 | - |
| YUV | 158.46 | 162.17 | 161.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 123 | 219 | 0.06 | 0.44 | 0 | 0.14 | 291.25 | 0.57 | 0.67 |
| Hex | CD | 7B | DB | 6 | 2C | 0 | E | 123 | 39 | 43 |
| Octal | 315 | 173 | 333 | 6 | 54 | 0 | 16 | 443 | 71 | 103 |
| Binary | 11001101 | 1111011 | 11011011 | 110 | 101100 | 0 | 1110 | 100100011 | 111001 | 1000011 |
Color Harmonies of #CD7BDB
Complementary color
Monochromatic Colors of #CD7BDB
Black with #CD7BDB
Text Example
Text Example
White with #CD7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD7BDB; }
p { color: rgb(205,123,219); }
H1.HeaderClassName
{
color: #CD7BDB;
}
.AnyTagClassName
{
color: #CD7BDB;
}
</style>
background-color css
<style>
a { background-color: #CD7BDB; }
a { background-color: rgb(205,123,219); }
div.DivClassName
{
background-color: #CD7BDB;
}
.BgClassName
{
background-color: #CD7BDB;
}
</style>
border-color css
<style>
span { border-color: #CD7BDB; }
span { border-color: rgb(205,123,219); }
td.TdClassName
{
border-color: #CD7BDB;
}
.TagClassName
{
border-color: #CD7BDB;
}
</style>