Shades of Medium Orchid #CF52DC
Tints of Medium Orchid #CF52DC
RGB
CMYK
RGB Variations
Color information
#CF52DC (or 0xCF52DC) is known color: Medium Orchid. HEX triplet: CF, 52 and DC. RGB value is (207,82,220). Sum of RGB (Red+Green+Blue) = 207+82+220=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 82 (32.42% from 255 or 16.11% from 509); Blue value is 220 (86.33% from 255 or 43.22% from 509); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF52DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52DC is #30AD23. Grayscale: #868686. Windows color (decimal): -3190052 or 14439119. OLE color: 14439119.
HSL color Cylindrical-coordinate representation of color #CF52DC: hue angle of 294.35º 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 #CF52DC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 82 | 220 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.14 |
| HSL | 294.35º | 0.66% | 0.59% | - |
| HSV(B) | 294.35º | 0.63% | 0.86% | - |
| XYZ | 41.67 | 24.47 | 70.24 | - |
| YUV | 135.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 220 | 0.06 | 0.63 | 0 | 0.14 | 294.35 | 0.66 | 0.59 |
| Hex | CF | 52 | DC | 6 | 3F | 0 | E | 126 | 42 | 3B |
| Octal | 317 | 122 | 334 | 6 | 77 | 0 | 16 | 446 | 102 | 73 |
| Binary | 11001111 | 1010010 | 11011100 | 110 | 111111 | 0 | 1110 | 100100110 | 1000010 | 111011 |
Color Harmonies of #CF52DC
Complementary color
Monochromatic Colors of #CF52DC
Black with #CF52DC
Text Example
Text Example
White with #CF52DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52DC; }
p { color: rgb(207,82,220); }
H1.HeaderClassName
{
color: #CF52DC;
}
.AnyTagClassName
{
color: #CF52DC;
}
</style>
background-color css
<style>
a { background-color: #CF52DC; }
a { background-color: rgb(207,82,220); }
div.DivClassName
{
background-color: #CF52DC;
}
.BgClassName
{
background-color: #CF52DC;
}
</style>
border-color css
<style>
span { border-color: #CF52DC; }
span { border-color: rgb(207,82,220); }
td.TdClassName
{
border-color: #CF52DC;
}
.TagClassName
{
border-color: #CF52DC;
}
</style>