Shades of Orchid #CF7BDB
Tints of Orchid #CF7BDB
RGB
CMYK
RGB Variations
Color information
#CF7BDB (or 0xCF7BDB) is known color: Orchid. HEX triplet: CF, 7B and DB. RGB value is (207,123,219). Sum of RGB (Red+Green+Blue) = 207+123+219=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 219 (85.94% from 255 or 39.89% from 549); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF7BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF7BDB is #308424. Grayscale: #9E9E9E. Windows color (decimal): -3179557 or 14384079. OLE color: 14384079.
HSL color Cylindrical-coordinate representation of color #CF7BDB: hue angle of 292.5º 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 #CF7BDB is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 123 | 219 | - |
| CMYK | 0.05 | 0.44 | 0 | 0.14 |
| HSL | 292.5º | 0.57% | 0.67% | - |
| HSV(B) | 292.5º | 0.44% | 0.86% | - |
| XYZ | 45.6 | 32.55 | 70.9 | - |
| YUV | 159.06 | 161.83 | 162.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 219 | 0.05 | 0.44 | 0 | 0.14 | 292.5 | 0.57 | 0.67 |
| Hex | CF | 7B | DB | 5 | 2C | 0 | E | 124 | 39 | 43 |
| Octal | 317 | 173 | 333 | 5 | 54 | 0 | 16 | 444 | 71 | 103 |
| Binary | 11001111 | 1111011 | 11011011 | 101 | 101100 | 0 | 1110 | 100100100 | 111001 | 1000011 |
Color Harmonies of #CF7BDB
Complementary color
Monochromatic Colors of #CF7BDB
Black with #CF7BDB
Text Example
Text Example
White with #CF7BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7BDB; }
p { color: rgb(207,123,219); }
H1.HeaderClassName
{
color: #CF7BDB;
}
.AnyTagClassName
{
color: #CF7BDB;
}
</style>
background-color css
<style>
a { background-color: #CF7BDB; }
a { background-color: rgb(207,123,219); }
div.DivClassName
{
background-color: #CF7BDB;
}
.BgClassName
{
background-color: #CF7BDB;
}
</style>
border-color css
<style>
span { border-color: #CF7BDB; }
span { border-color: rgb(207,123,219); }
td.TdClassName
{
border-color: #CF7BDB;
}
.TagClassName
{
border-color: #CF7BDB;
}
</style>