Shades of Orchid #CF77DB
Tints of Orchid #CF77DB
RGB
CMYK
RGB Variations
Color information
#CF77DB (or 0xCF77DB) is known color: Orchid. HEX triplet: CF, 77 and DB. RGB value is (207,119,219). Sum of RGB (Red+Green+Blue) = 207+119+219=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF77DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF77DB is #308824. Grayscale: #9C9C9C. Windows color (decimal): -3180581 or 14383055. OLE color: 14383055.
HSL color Cylindrical-coordinate representation of color #CF77DB: hue angle of 292.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CF77DB is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 119 | 219 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.14 |
| HSL | 292.8º | 0.58% | 0.66% | - |
| HSV(B) | 292.8º | 0.46% | 0.86% | - |
| XYZ | 45.12 | 31.57 | 70.73 | - |
| YUV | 156.71 | 163.15 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 219 | 0.05 | 0.46 | 0 | 0.14 | 292.8 | 0.58 | 0.66 |
| Hex | CF | 77 | DB | 5 | 2E | 0 | E | 125 | 3A | 42 |
| Octal | 317 | 167 | 333 | 5 | 56 | 0 | 16 | 445 | 72 | 102 |
| Binary | 11001111 | 1110111 | 11011011 | 101 | 101110 | 0 | 1110 | 100100101 | 111010 | 1000010 |
Color Harmonies of #CF77DB
Complementary color
Monochromatic Colors of #CF77DB
Black with #CF77DB
Text Example
Text Example
White with #CF77DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF77DB; }
p { color: rgb(207,119,219); }
H1.HeaderClassName
{
color: #CF77DB;
}
.AnyTagClassName
{
color: #CF77DB;
}
</style>
background-color css
<style>
a { background-color: #CF77DB; }
a { background-color: rgb(207,119,219); }
div.DivClassName
{
background-color: #CF77DB;
}
.BgClassName
{
background-color: #CF77DB;
}
</style>
border-color css
<style>
span { border-color: #CF77DB; }
span { border-color: rgb(207,119,219); }
td.TdClassName
{
border-color: #CF77DB;
}
.TagClassName
{
border-color: #CF77DB;
}
</style>