Shades of Medium Orchid #CE52F1
Tints of Medium Orchid #CE52F1
RGB
CMYK
RGB Variations
Color information
#CE52F1 (or 0xCE52F1) is known color: Medium Orchid. HEX triplet: CE, 52 and F1. RGB value is (206,82,241). Sum of RGB (Red+Green+Blue) = 206+82+241=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 241 (94.53% from 255 or 45.56% from 529); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE52F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE52F1 is #31AD0E. Grayscale: #888888. Windows color (decimal): -3255567 or 15815374. OLE color: 15815374.
HSL color Cylindrical-coordinate representation of color #CE52F1: hue angle of 286.79º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE52F1 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 82 | 241 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.05 |
| HSL | 286.79º | 0.85% | 0.63% | - |
| HSV(B) | 286.79º | 0.66% | 0.95% | - |
| XYZ | 44.35 | 25.51 | 85.81 | - |
| YUV | 137.2 | 186.58 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 241 | 0.15 | 0.66 | 0 | 0.05 | 286.79 | 0.85 | 0.63 |
| Hex | CE | 52 | F1 | F | 42 | 0 | 5 | 11F | 55 | 3F |
| Octal | 316 | 122 | 361 | 17 | 102 | 0 | 5 | 437 | 125 | 77 |
| Binary | 11001110 | 1010010 | 11110001 | 1111 | 1000010 | 0 | 101 | 100011111 | 1010101 | 111111 |
Color Harmonies of #CE52F1
Complementary color
Monochromatic Colors of #CE52F1
Black with #CE52F1
Text Example
Text Example
White with #CE52F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52F1; }
p { color: rgb(206,82,241); }
H1.HeaderClassName
{
color: #CE52F1;
}
.AnyTagClassName
{
color: #CE52F1;
}
</style>
background-color css
<style>
a { background-color: #CE52F1; }
a { background-color: rgb(206,82,241); }
div.DivClassName
{
background-color: #CE52F1;
}
.BgClassName
{
background-color: #CE52F1;
}
</style>
border-color css
<style>
span { border-color: #CE52F1; }
span { border-color: rgb(206,82,241); }
td.TdClassName
{
border-color: #CE52F1;
}
.TagClassName
{
border-color: #CE52F1;
}
</style>