Shades of Medium Orchid #CF52DF
Tints of Medium Orchid #CF52DF
RGB
CMYK
RGB Variations
Color information
#CF52DF (or 0xCF52DF) is known color: Medium Orchid. HEX triplet: CF, 52 and DF. RGB value is (207,82,223). Sum of RGB (Red+Green+Blue) = 207+82+223=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 82 (32.42% from 255 or 16.02% from 512); Blue value is 223 (87.5% from 255 or 43.55% from 512); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF52DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF52DF is #30AD20. Grayscale: #878787. Windows color (decimal): -3190049 or 14635727. OLE color: 14635727.
HSL color Cylindrical-coordinate representation of color #CF52DF: hue angle of 293.19º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF52DF is Cyan = 0.07, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 82 | 223 | - |
| CMYK | 0.07 | 0.63 | 0 | 0.13 |
| HSL | 293.19º | 0.69% | 0.6% | - |
| HSV(B) | 293.19º | 0.63% | 0.87% | - |
| XYZ | 42.07 | 24.63 | 72.35 | - |
| YUV | 135.45 | 177.41 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 223 | 0.07 | 0.63 | 0 | 0.13 | 293.19 | 0.69 | 0.6 |
| Hex | CF | 52 | DF | 7 | 3F | 0 | D | 125 | 45 | 3C |
| Octal | 317 | 122 | 337 | 7 | 77 | 0 | 15 | 445 | 105 | 74 |
| Binary | 11001111 | 1010010 | 11011111 | 111 | 111111 | 0 | 1101 | 100100101 | 1000101 | 111100 |
Color Harmonies of #CF52DF
Complementary color
Monochromatic Colors of #CF52DF
Black with #CF52DF
Text Example
Text Example
White with #CF52DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52DF; }
p { color: rgb(207,82,223); }
H1.HeaderClassName
{
color: #CF52DF;
}
.AnyTagClassName
{
color: #CF52DF;
}
</style>
background-color css
<style>
a { background-color: #CF52DF; }
a { background-color: rgb(207,82,223); }
div.DivClassName
{
background-color: #CF52DF;
}
.BgClassName
{
background-color: #CF52DF;
}
</style>
border-color css
<style>
span { border-color: #CF52DF; }
span { border-color: rgb(207,82,223); }
td.TdClassName
{
border-color: #CF52DF;
}
.TagClassName
{
border-color: #CF52DF;
}
</style>