Shades of Medium Orchid #CF52F0
Tints of Medium Orchid #CF52F0
RGB
CMYK
RGB Variations
Color information
#CF52F0 (or 0xCF52F0) is known color: Medium Orchid. HEX triplet: CF, 52 and F0. RGB value is (207,82,240). Sum of RGB (Red+Green+Blue) = 207+82+240=529 (70% of max value = 765). Red value is 207 (81.25% from 255 or 39.13% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 240 (94.14% from 255 or 45.37% from 529); Max value from RGB is 240 - color contains mainly: blue. Hex color #CF52F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF52F0 is #30AD0F. Grayscale: #888888. Windows color (decimal): -3190032 or 15749839. OLE color: 15749839.
HSL color Cylindrical-coordinate representation of color #CF52F0: hue angle of 287.47º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF52F0 is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 82 | 240 | - |
| CMYK | 0.14 | 0.66 | 0 | 0.06 |
| HSL | 287.47º | 0.84% | 0.63% | - |
| HSV(B) | 287.47º | 0.66% | 0.94% | - |
| XYZ | 44.48 | 25.59 | 85.03 | - |
| YUV | 137.39 | 185.91 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 82 | 240 | 0.14 | 0.66 | 0 | 0.06 | 287.47 | 0.84 | 0.63 |
| Hex | CF | 52 | F0 | E | 42 | 0 | 6 | 11F | 54 | 3F |
| Octal | 317 | 122 | 360 | 16 | 102 | 0 | 6 | 437 | 124 | 77 |
| Binary | 11001111 | 1010010 | 11110000 | 1110 | 1000010 | 0 | 110 | 100011111 | 1010100 | 111111 |
Color Harmonies of #CF52F0
Complementary color
Monochromatic Colors of #CF52F0
Black with #CF52F0
Text Example
Text Example
White with #CF52F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF52F0; }
p { color: rgb(207,82,240); }
H1.HeaderClassName
{
color: #CF52F0;
}
.AnyTagClassName
{
color: #CF52F0;
}
</style>
background-color css
<style>
a { background-color: #CF52F0; }
a { background-color: rgb(207,82,240); }
div.DivClassName
{
background-color: #CF52F0;
}
.BgClassName
{
background-color: #CF52F0;
}
</style>
border-color css
<style>
span { border-color: #CF52F0; }
span { border-color: rgb(207,82,240); }
td.TdClassName
{
border-color: #CF52F0;
}
.TagClassName
{
border-color: #CF52F0;
}
</style>