Shades of Medium Orchid #CE56F1
Tints of Medium Orchid #CE56F1
RGB
CMYK
RGB Variations
Color information
#CE56F1 (or 0xCE56F1) is known color: Medium Orchid. HEX triplet: CE, 56 and F1. RGB value is (206,86,241). Sum of RGB (Red+Green+Blue) = 206+86+241=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 86 (33.98% from 255 or 16.14% from 533); Blue value is 241 (94.53% from 255 or 45.22% from 533); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE56F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE56F1 is #31A90E. Grayscale: #8B8B8B. Windows color (decimal): -3254543 or 15816398. OLE color: 15816398.
HSL color Cylindrical-coordinate representation of color #CE56F1: hue angle of 286.45º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE56F1 is Cyan = 0.15, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 86 | 241 | - |
| CMYK | 0.15 | 0.64 | 0 | 0.05 |
| HSL | 286.45º | 0.85% | 0.64% | - |
| HSV(B) | 286.45º | 0.64% | 0.95% | - |
| XYZ | 44.66 | 26.13 | 85.91 | - |
| YUV | 139.55 | 185.26 | 175.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 86 | 241 | 0.15 | 0.64 | 0 | 0.05 | 286.45 | 0.85 | 0.64 |
| Hex | CE | 56 | F1 | F | 40 | 0 | 5 | 11E | 55 | 40 |
| Octal | 316 | 126 | 361 | 17 | 100 | 0 | 5 | 436 | 125 | 100 |
| Binary | 11001110 | 1010110 | 11110001 | 1111 | 1000000 | 0 | 101 | 100011110 | 1010101 | 1000000 |
Color Harmonies of #CE56F1
Complementary color
Monochromatic Colors of #CE56F1
Black with #CE56F1
Text Example
Text Example
White with #CE56F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE56F1; }
p { color: rgb(206,86,241); }
H1.HeaderClassName
{
color: #CE56F1;
}
.AnyTagClassName
{
color: #CE56F1;
}
</style>
background-color css
<style>
a { background-color: #CE56F1; }
a { background-color: rgb(206,86,241); }
div.DivClassName
{
background-color: #CE56F1;
}
.BgClassName
{
background-color: #CE56F1;
}
</style>
border-color css
<style>
span { border-color: #CE56F1; }
span { border-color: rgb(206,86,241); }
td.TdClassName
{
border-color: #CE56F1;
}
.TagClassName
{
border-color: #CE56F1;
}
</style>