Shades of Orchid #CF86DB
Tints of Orchid #CF86DB
RGB
CMYK
RGB Variations
Color information
#CF86DB (or 0xCF86DB) is known color: Orchid. HEX triplet: CF, 86 and DB. RGB value is (207,134,219). Sum of RGB (Red+Green+Blue) = 207+134+219=560 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.96% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF86DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF86DB is #307924. Grayscale: #A5A5A5. Windows color (decimal): -3176741 or 14386895. OLE color: 14386895.
HSL color Cylindrical-coordinate representation of color #CF86DB: hue angle of 291.53º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CF86DB is Cyan = 0.05, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 134 | 219 | - |
| CMYK | 0.05 | 0.39 | 0 | 0.14 |
| HSL | 291.53º | 0.54% | 0.69% | - |
| HSV(B) | 291.53º | 0.39% | 0.86% | - |
| XYZ | 47.04 | 35.43 | 71.38 | - |
| YUV | 165.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 219 | 0.05 | 0.39 | 0 | 0.14 | 291.53 | 0.54 | 0.69 |
| Hex | CF | 86 | DB | 5 | 27 | 0 | E | 124 | 36 | 45 |
| Octal | 317 | 206 | 333 | 5 | 47 | 0 | 16 | 444 | 66 | 105 |
| Binary | 11001111 | 10000110 | 11011011 | 101 | 100111 | 0 | 1110 | 100100100 | 110110 | 1000101 |
Color Harmonies of #CF86DB
Complementary color
Monochromatic Colors of #CF86DB
Black with #CF86DB
Text Example
Text Example
White with #CF86DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF86DB; }
p { color: rgb(207,134,219); }
H1.HeaderClassName
{
color: #CF86DB;
}
.AnyTagClassName
{
color: #CF86DB;
}
</style>
background-color css
<style>
a { background-color: #CF86DB; }
a { background-color: rgb(207,134,219); }
div.DivClassName
{
background-color: #CF86DB;
}
.BgClassName
{
background-color: #CF86DB;
}
</style>
border-color css
<style>
span { border-color: #CF86DB; }
span { border-color: rgb(207,134,219); }
td.TdClassName
{
border-color: #CF86DB;
}
.TagClassName
{
border-color: #CF86DB;
}
</style>