Shades of Orchid #CF81DB
Tints of Orchid #CF81DB
RGB
CMYK
RGB Variations
Color information
#CF81DB (or 0xCF81DB) is known color: Orchid. HEX triplet: CF, 81 and DB. RGB value is (207,129,219). Sum of RGB (Red+Green+Blue) = 207+129+219=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 129 (50.78% from 255 or 23.24% from 555); Blue value is 219 (85.94% from 255 or 39.46% from 555); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF81DB is #307E24. Grayscale: #A2A2A2. Windows color (decimal): -3178021 or 14385615. OLE color: 14385615.
HSL color Cylindrical-coordinate representation of color #CF81DB: hue angle of 292º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF81DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 129 | 219 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 292º | 0.56% | 0.68% | - |
| HSV(B) | 292º | 0.41% | 0.86% | - |
| XYZ | 46.37 | 34.08 | 71.15 | - |
| YUV | 162.58 | 159.84 | 159.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 219 | 0.05 | 0.41 | 0 | 0.14 | 292 | 0.56 | 0.68 |
| Hex | CF | 81 | DB | 5 | 29 | 0 | E | 124 | 38 | 44 |
| Octal | 317 | 201 | 333 | 5 | 51 | 0 | 16 | 444 | 70 | 104 |
| Binary | 11001111 | 10000001 | 11011011 | 101 | 101001 | 0 | 1110 | 100100100 | 111000 | 1000100 |
Color Harmonies of #CF81DB
Complementary color
Monochromatic Colors of #CF81DB
Black with #CF81DB
Text Example
Text Example
White with #CF81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF81DB; }
p { color: rgb(207,129,219); }
H1.HeaderClassName
{
color: #CF81DB;
}
.AnyTagClassName
{
color: #CF81DB;
}
</style>
background-color css
<style>
a { background-color: #CF81DB; }
a { background-color: rgb(207,129,219); }
div.DivClassName
{
background-color: #CF81DB;
}
.BgClassName
{
background-color: #CF81DB;
}
</style>
border-color css
<style>
span { border-color: #CF81DB; }
span { border-color: rgb(207,129,219); }
td.TdClassName
{
border-color: #CF81DB;
}
.TagClassName
{
border-color: #CF81DB;
}
</style>