Shades of Medium Orchid #CE50F1
Tints of Medium Orchid #CE50F1
RGB
CMYK
RGB Variations
Color information
#CE50F1 (or 0xCE50F1) is known color: Medium Orchid. HEX triplet: CE, 50 and F1. RGB value is (206,80,241). Sum of RGB (Red+Green+Blue) = 206+80+241=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 80 (31.64% from 255 or 15.18% from 527); Blue value is 241 (94.53% from 255 or 45.73% from 527); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE50F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE50F1 is #31AF0E. Grayscale: #878787. Windows color (decimal): -3256079 or 15814862. OLE color: 15814862.
HSL color Cylindrical-coordinate representation of color #CE50F1: hue angle of 286.96º degrees, saturation: 0.85, 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 #CE50F1 is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 80 | 241 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.05 |
| HSL | 286.96º | 0.85% | 0.63% | - |
| HSV(B) | 286.96º | 0.67% | 0.95% | - |
| XYZ | 44.2 | 25.21 | 85.76 | - |
| YUV | 136.03 | 187.24 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 80 | 241 | 0.15 | 0.67 | 0 | 0.05 | 286.96 | 0.85 | 0.63 |
| Hex | CE | 50 | F1 | F | 43 | 0 | 5 | 11F | 55 | 3F |
| Octal | 316 | 120 | 361 | 17 | 103 | 0 | 5 | 437 | 125 | 77 |
| Binary | 11001110 | 1010000 | 11110001 | 1111 | 1000011 | 0 | 101 | 100011111 | 1010101 | 111111 |
Color Harmonies of #CE50F1
Complementary color
Monochromatic Colors of #CE50F1
Black with #CE50F1
Text Example
Text Example
White with #CE50F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE50F1; }
p { color: rgb(206,80,241); }
H1.HeaderClassName
{
color: #CE50F1;
}
.AnyTagClassName
{
color: #CE50F1;
}
</style>
background-color css
<style>
a { background-color: #CE50F1; }
a { background-color: rgb(206,80,241); }
div.DivClassName
{
background-color: #CE50F1;
}
.BgClassName
{
background-color: #CE50F1;
}
</style>
border-color css
<style>
span { border-color: #CE50F1; }
span { border-color: rgb(206,80,241); }
td.TdClassName
{
border-color: #CE50F1;
}
.TagClassName
{
border-color: #CE50F1;
}
</style>