Shades of Orchid #CF74DB
Tints of Orchid #CF74DB
RGB
CMYK
RGB Variations
Color information
#CF74DB (or 0xCF74DB) is known color: Orchid. HEX triplet: CF, 74 and DB. RGB value is (207,116,219). Sum of RGB (Red+Green+Blue) = 207+116+219=542 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.19% from 542); Green value is 116 (45.70% from 255 or 21.40% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF74DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF74DB is #308B24. Grayscale: #9A9A9A. Windows color (decimal): -3181349 or 14382287. OLE color: 14382287.
HSL color Cylindrical-coordinate representation of color #CF74DB: hue angle of 293.01º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CF74DB is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 116 | 219 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.14 |
| HSL | 293.01º | 0.59% | 0.66% | - |
| HSV(B) | 293.01º | 0.47% | 0.86% | - |
| XYZ | 44.76 | 30.87 | 70.62 | - |
| YUV | 154.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 219 | 0.05 | 0.47 | 0 | 0.14 | 293.01 | 0.59 | 0.66 |
| Hex | CF | 74 | DB | 5 | 2F | 0 | E | 125 | 3B | 42 |
| Octal | 317 | 164 | 333 | 5 | 57 | 0 | 16 | 445 | 73 | 102 |
| Binary | 11001111 | 1110100 | 11011011 | 101 | 101111 | 0 | 1110 | 100100101 | 111011 | 1000010 |
Color Harmonies of #CF74DB
Complementary color
Monochromatic Colors of #CF74DB
Black with #CF74DB
Text Example
Text Example
White with #CF74DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF74DB; }
p { color: rgb(207,116,219); }
H1.HeaderClassName
{
color: #CF74DB;
}
.AnyTagClassName
{
color: #CF74DB;
}
</style>
background-color css
<style>
a { background-color: #CF74DB; }
a { background-color: rgb(207,116,219); }
div.DivClassName
{
background-color: #CF74DB;
}
.BgClassName
{
background-color: #CF74DB;
}
</style>
border-color css
<style>
span { border-color: #CF74DB; }
span { border-color: rgb(207,116,219); }
td.TdClassName
{
border-color: #CF74DB;
}
.TagClassName
{
border-color: #CF74DB;
}
</style>