Shades of Orchid #CF70DB
Tints of Orchid #CF70DB
RGB
CMYK
RGB Variations
Color information
#CF70DB (or 0xCF70DB) is known color: Orchid. HEX triplet: CF, 70 and DB. RGB value is (207,112,219). Sum of RGB (Red+Green+Blue) = 207+112+219=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 112 (44.14% from 255 or 20.82% from 538); Blue value is 219 (85.94% from 255 or 40.71% from 538); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF70DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF70DB is #308F24. Grayscale: #989898. Windows color (decimal): -3182373 or 14381263. OLE color: 14381263.
HSL color Cylindrical-coordinate representation of color #CF70DB: hue angle of 293.27º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CF70DB is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 112 | 219 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.14 |
| HSL | 293.27º | 0.6% | 0.65% | - |
| HSV(B) | 293.27º | 0.49% | 0.86% | - |
| XYZ | 44.31 | 29.97 | 70.47 | - |
| YUV | 152.6 | 165.47 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 112 | 219 | 0.05 | 0.49 | 0 | 0.14 | 293.27 | 0.6 | 0.65 |
| Hex | CF | 70 | DB | 5 | 31 | 0 | E | 125 | 3C | 41 |
| Octal | 317 | 160 | 333 | 5 | 61 | 0 | 16 | 445 | 74 | 101 |
| Binary | 11001111 | 1110000 | 11011011 | 101 | 110001 | 0 | 1110 | 100100101 | 111100 | 1000001 |
Color Harmonies of #CF70DB
Complementary color
Monochromatic Colors of #CF70DB
Black with #CF70DB
Text Example
Text Example
White with #CF70DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF70DB; }
p { color: rgb(207,112,219); }
H1.HeaderClassName
{
color: #CF70DB;
}
.AnyTagClassName
{
color: #CF70DB;
}
</style>
background-color css
<style>
a { background-color: #CF70DB; }
a { background-color: rgb(207,112,219); }
div.DivClassName
{
background-color: #CF70DB;
}
.BgClassName
{
background-color: #CF70DB;
}
</style>
border-color css
<style>
span { border-color: #CF70DB; }
span { border-color: rgb(207,112,219); }
td.TdClassName
{
border-color: #CF70DB;
}
.TagClassName
{
border-color: #CF70DB;
}
</style>