Shades of Medium Orchid #CE4BEC
Tints of Medium Orchid #CE4BEC
RGB
CMYK
RGB Variations
Color information
#CE4BEC (or 0xCE4BEC) is known color: Medium Orchid. HEX triplet: CE, 4B and EC. RGB value is (206,75,236). Sum of RGB (Red+Green+Blue) = 206+75+236=517 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.85% from 517); Green value is 75 (29.69% from 255 or 14.51% from 517); Blue value is 236 (92.58% from 255 or 45.65% from 517); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4BEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4BEC is #31B413. Grayscale: #848484. Windows color (decimal): -3257364 or 15485902. OLE color: 15485902.
HSL color Cylindrical-coordinate representation of color #CE4BEC: hue angle of 288.82º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4BEC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 75 | 236 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.82º | 0.81% | 0.61% | - |
| HSV(B) | 288.82º | 0.68% | 0.93% | - |
| XYZ | 43.11 | 24.21 | 81.76 | - |
| YUV | 132.52 | 186.4 | 180.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 236 | 0.13 | 0.68 | 0 | 0.07 | 288.82 | 0.81 | 0.61 |
| Hex | CE | 4B | EC | D | 44 | 0 | 7 | 121 | 51 | 3D |
| Octal | 316 | 113 | 354 | 15 | 104 | 0 | 7 | 441 | 121 | 75 |
| Binary | 11001110 | 1001011 | 11101100 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010001 | 111101 |
Color Harmonies of #CE4BEC
Complementary color
Monochromatic Colors of #CE4BEC
Black with #CE4BEC
Text Example
Text Example
White with #CE4BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BEC; }
p { color: rgb(206,75,236); }
H1.HeaderClassName
{
color: #CE4BEC;
}
.AnyTagClassName
{
color: #CE4BEC;
}
</style>
background-color css
<style>
a { background-color: #CE4BEC; }
a { background-color: rgb(206,75,236); }
div.DivClassName
{
background-color: #CE4BEC;
}
.BgClassName
{
background-color: #CE4BEC;
}
</style>
border-color css
<style>
span { border-color: #CE4BEC; }
span { border-color: rgb(206,75,236); }
td.TdClassName
{
border-color: #CE4BEC;
}
.TagClassName
{
border-color: #CE4BEC;
}
</style>