Shades of Orchid #CF73DB
Tints of Orchid #CF73DB
RGB
CMYK
RGB Variations
Color information
#CF73DB (or 0xCF73DB) is known color: Orchid. HEX triplet: CF, 73 and DB. RGB value is (207,115,219). Sum of RGB (Red+Green+Blue) = 207+115+219=541 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.26% from 541); Green value is 115 (45.31% from 255 or 21.26% from 541); Blue value is 219 (85.94% from 255 or 40.48% from 541); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF73DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF73DB is #308C24. Grayscale: #9A9A9A. Windows color (decimal): -3181605 or 14382031. OLE color: 14382031.
HSL color Cylindrical-coordinate representation of color #CF73DB: hue angle of 293.08º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF73DB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 115 | 219 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.14 |
| HSL | 293.08º | 0.59% | 0.65% | - |
| HSV(B) | 293.08º | 0.47% | 0.86% | - |
| XYZ | 44.65 | 30.64 | 70.58 | - |
| YUV | 154.36 | 164.48 | 165.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 219 | 0.05 | 0.47 | 0 | 0.14 | 293.08 | 0.59 | 0.65 |
| Hex | CF | 73 | DB | 5 | 2F | 0 | E | 125 | 3B | 41 |
| Octal | 317 | 163 | 333 | 5 | 57 | 0 | 16 | 445 | 73 | 101 |
| Binary | 11001111 | 1110011 | 11011011 | 101 | 101111 | 0 | 1110 | 100100101 | 111011 | 1000001 |
Color Harmonies of #CF73DB
Complementary color
Monochromatic Colors of #CF73DB
Black with #CF73DB
Text Example
Text Example
White with #CF73DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73DB; }
p { color: rgb(207,115,219); }
H1.HeaderClassName
{
color: #CF73DB;
}
.AnyTagClassName
{
color: #CF73DB;
}
</style>
background-color css
<style>
a { background-color: #CF73DB; }
a { background-color: rgb(207,115,219); }
div.DivClassName
{
background-color: #CF73DB;
}
.BgClassName
{
background-color: #CF73DB;
}
</style>
border-color css
<style>
span { border-color: #CF73DB; }
span { border-color: rgb(207,115,219); }
td.TdClassName
{
border-color: #CF73DB;
}
.TagClassName
{
border-color: #CF73DB;
}
</style>