Shades of Medium Orchid #CF51DB
Tints of Medium Orchid #CF51DB
RGB
CMYK
RGB Variations
Color information
#CF51DB (or 0xCF51DB) is known color: Medium Orchid. HEX triplet: CF, 51 and DB. RGB value is (207,81,219). Sum of RGB (Red+Green+Blue) = 207+81+219=507 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.83% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 219 (85.94% from 255 or 43.20% from 507); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF51DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51DB is #30AE24. Grayscale: #858585. Windows color (decimal): -3190309 or 14373327. OLE color: 14373327.
HSL color Cylindrical-coordinate representation of color #CF51DB: hue angle of 294.78º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF51DB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 81 | 219 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.14 |
| HSL | 294.78º | 0.66% | 0.59% | - |
| HSV(B) | 294.78º | 0.63% | 0.86% | - |
| XYZ | 41.46 | 24.26 | 69.52 | - |
| YUV | 134.41 | 175.74 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 219 | 0.05 | 0.63 | 0 | 0.14 | 294.78 | 0.66 | 0.59 |
| Hex | CF | 51 | DB | 5 | 3F | 0 | E | 127 | 42 | 3B |
| Octal | 317 | 121 | 333 | 5 | 77 | 0 | 16 | 447 | 102 | 73 |
| Binary | 11001111 | 1010001 | 11011011 | 101 | 111111 | 0 | 1110 | 100100111 | 1000010 | 111011 |
Color Harmonies of #CF51DB
Complementary color
Monochromatic Colors of #CF51DB
Black with #CF51DB
Text Example
Text Example
White with #CF51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51DB; }
p { color: rgb(207,81,219); }
H1.HeaderClassName
{
color: #CF51DB;
}
.AnyTagClassName
{
color: #CF51DB;
}
</style>
background-color css
<style>
a { background-color: #CF51DB; }
a { background-color: rgb(207,81,219); }
div.DivClassName
{
background-color: #CF51DB;
}
.BgClassName
{
background-color: #CF51DB;
}
</style>
border-color css
<style>
span { border-color: #CF51DB; }
span { border-color: rgb(207,81,219); }
td.TdClassName
{
border-color: #CF51DB;
}
.TagClassName
{
border-color: #CF51DB;
}
</style>