Shades of Medium Orchid #CF52DB
Tints of Medium Orchid #CF52DB
RGB
CMYK
RGB Variations
Color information
#CF52DB (or 0xCF52DB) is known color: Medium Orchid. HEX triplet: CF, 52 and DB. RGB value is (207,82,219). Sum of RGB (Red+Green+Blue) = 207+82+219=508 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.75% from 508); Green value is 82 (32.42% from 255 or 16.14% from 508); Blue value is 219 (85.94% from 255 or 43.11% from 508); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF52DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52DB is #30AD24. Grayscale: #868686. Windows color (decimal): -3190053 or 14373583. OLE color: 14373583.
HSL color Cylindrical-coordinate representation of color #CF52DB: hue angle of 294.74º 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 #CF52DB is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 82 | 219 | - |
| CMYK | 0.05 | 0.63 | 0 | 0.14 |
| HSL | 294.74º | 0.66% | 0.59% | - |
| HSV(B) | 294.74º | 0.63% | 0.86% | - |
| XYZ | 41.54 | 24.41 | 69.54 | - |
| YUV | 134.99 | 175.41 | 179.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 219 | 0.05 | 0.63 | 0 | 0.14 | 294.74 | 0.66 | 0.59 |
| Hex | CF | 52 | DB | 5 | 3F | 0 | E | 127 | 42 | 3B |
| Octal | 317 | 122 | 333 | 5 | 77 | 0 | 16 | 447 | 102 | 73 |
| Binary | 11001111 | 1010010 | 11011011 | 101 | 111111 | 0 | 1110 | 100100111 | 1000010 | 111011 |
Color Harmonies of #CF52DB
Complementary color
Monochromatic Colors of #CF52DB
Black with #CF52DB
Text Example
Text Example
White with #CF52DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52DB; }
p { color: rgb(207,82,219); }
H1.HeaderClassName
{
color: #CF52DB;
}
.AnyTagClassName
{
color: #CF52DB;
}
</style>
background-color css
<style>
a { background-color: #CF52DB; }
a { background-color: rgb(207,82,219); }
div.DivClassName
{
background-color: #CF52DB;
}
.BgClassName
{
background-color: #CF52DB;
}
</style>
border-color css
<style>
span { border-color: #CF52DB; }
span { border-color: rgb(207,82,219); }
td.TdClassName
{
border-color: #CF52DB;
}
.TagClassName
{
border-color: #CF52DB;
}
</style>