Shades of Orchid #CF82DB
Tints of Orchid #CF82DB
RGB
CMYK
RGB Variations
Color information
#CF82DB (or 0xCF82DB) is known color: Orchid. HEX triplet: CF, 82 and DB. RGB value is (207,130,219). Sum of RGB (Red+Green+Blue) = 207+130+219=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 130 (51.17% from 255 or 23.38% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF82DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF82DB is #307D24. Grayscale: #A2A2A2. Windows color (decimal): -3177765 or 14385871. OLE color: 14385871.
HSL color Cylindrical-coordinate representation of color #CF82DB: hue angle of 291.91º degrees, saturation: 0.55, 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 #CF82DB is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 130 | 219 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 291.91º | 0.55% | 0.68% | - |
| HSV(B) | 291.91º | 0.41% | 0.86% | - |
| XYZ | 46.5 | 34.35 | 71.2 | - |
| YUV | 163.17 | 159.51 | 159.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 219 | 0.05 | 0.41 | 0 | 0.14 | 291.91 | 0.55 | 0.68 |
| Hex | CF | 82 | DB | 5 | 29 | 0 | E | 124 | 37 | 44 |
| Octal | 317 | 202 | 333 | 5 | 51 | 0 | 16 | 444 | 67 | 104 |
| Binary | 11001111 | 10000010 | 11011011 | 101 | 101001 | 0 | 1110 | 100100100 | 110111 | 1000100 |
Color Harmonies of #CF82DB
Complementary color
Monochromatic Colors of #CF82DB
Black with #CF82DB
Text Example
Text Example
White with #CF82DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF82DB; }
p { color: rgb(207,130,219); }
H1.HeaderClassName
{
color: #CF82DB;
}
.AnyTagClassName
{
color: #CF82DB;
}
</style>
background-color css
<style>
a { background-color: #CF82DB; }
a { background-color: rgb(207,130,219); }
div.DivClassName
{
background-color: #CF82DB;
}
.BgClassName
{
background-color: #CF82DB;
}
</style>
border-color css
<style>
span { border-color: #CF82DB; }
span { border-color: rgb(207,130,219); }
td.TdClassName
{
border-color: #CF82DB;
}
.TagClassName
{
border-color: #CF82DB;
}
</style>