Shades of Medium Orchid #CE51F2
Tints of Medium Orchid #CE51F2
RGB
CMYK
RGB Variations
Color information
#CE51F2 (or 0xCE51F2) is known color: Medium Orchid. HEX triplet: CE, 51 and F2. RGB value is (206,81,242). Sum of RGB (Red+Green+Blue) = 206+81+242=529 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.94% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 242 (94.92% from 255 or 45.75% from 529); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE51F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE51F2 is #31AE0D. Grayscale: #888888. Windows color (decimal): -3255822 or 15880654. OLE color: 15880654.
HSL color Cylindrical-coordinate representation of color #CE51F2: hue angle of 286.58º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE51F2 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 81 | 242 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.05 |
| HSL | 286.58º | 0.86% | 0.63% | - |
| HSV(B) | 286.58º | 0.67% | 0.95% | - |
| XYZ | 44.42 | 25.42 | 86.57 | - |
| YUV | 136.73 | 187.41 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 242 | 0.15 | 0.67 | 0 | 0.05 | 286.58 | 0.86 | 0.63 |
| Hex | CE | 51 | F2 | F | 43 | 0 | 5 | 11F | 56 | 3F |
| Octal | 316 | 121 | 362 | 17 | 103 | 0 | 5 | 437 | 126 | 77 |
| Binary | 11001110 | 1010001 | 11110010 | 1111 | 1000011 | 0 | 101 | 100011111 | 1010110 | 111111 |
Color Harmonies of #CE51F2
Complementary color
Monochromatic Colors of #CE51F2
Black with #CE51F2
Text Example
Text Example
White with #CE51F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51F2; }
p { color: rgb(206,81,242); }
H1.HeaderClassName
{
color: #CE51F2;
}
.AnyTagClassName
{
color: #CE51F2;
}
</style>
background-color css
<style>
a { background-color: #CE51F2; }
a { background-color: rgb(206,81,242); }
div.DivClassName
{
background-color: #CE51F2;
}
.BgClassName
{
background-color: #CE51F2;
}
</style>
border-color css
<style>
span { border-color: #CE51F2; }
span { border-color: rgb(206,81,242); }
td.TdClassName
{
border-color: #CE51F2;
}
.TagClassName
{
border-color: #CE51F2;
}
</style>