Shades of Medium Orchid #CE4CEC
Tints of Medium Orchid #CE4CEC
RGB
CMYK
RGB Variations
Color information
#CE4CEC (or 0xCE4CEC) is known color: Medium Orchid. HEX triplet: CE, 4C and EC. RGB value is (206,76,236). Sum of RGB (Red+Green+Blue) = 206+76+236=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 76 (30.08% from 255 or 14.67% from 518); Blue value is 236 (92.58% from 255 or 45.56% from 518); Max value from RGB is 236 - color contains mainly: blue. Hex color #CE4CEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4CEC is #31B313. Grayscale: #848484. Windows color (decimal): -3257108 or 15486158. OLE color: 15486158.
HSL color Cylindrical-coordinate representation of color #CE4CEC: hue angle of 288.75º 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 #CE4CEC is Cyan = 0.13, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 76 | 236 | - |
| CMYK | 0.13 | 0.68 | 0 | 0.07 |
| HSL | 288.75º | 0.81% | 0.61% | - |
| HSV(B) | 288.75º | 0.68% | 0.93% | - |
| XYZ | 43.18 | 24.35 | 81.78 | - |
| YUV | 133.11 | 186.07 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 236 | 0.13 | 0.68 | 0 | 0.07 | 288.75 | 0.81 | 0.61 |
| Hex | CE | 4C | EC | D | 44 | 0 | 7 | 121 | 51 | 3D |
| Octal | 316 | 114 | 354 | 15 | 104 | 0 | 7 | 441 | 121 | 75 |
| Binary | 11001110 | 1001100 | 11101100 | 1101 | 1000100 | 0 | 111 | 100100001 | 1010001 | 111101 |
Color Harmonies of #CE4CEC
Complementary color
Monochromatic Colors of #CE4CEC
Black with #CE4CEC
Text Example
Text Example
White with #CE4CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CEC; }
p { color: rgb(206,76,236); }
H1.HeaderClassName
{
color: #CE4CEC;
}
.AnyTagClassName
{
color: #CE4CEC;
}
</style>
background-color css
<style>
a { background-color: #CE4CEC; }
a { background-color: rgb(206,76,236); }
div.DivClassName
{
background-color: #CE4CEC;
}
.BgClassName
{
background-color: #CE4CEC;
}
</style>
border-color css
<style>
span { border-color: #CE4CEC; }
span { border-color: rgb(206,76,236); }
td.TdClassName
{
border-color: #CE4CEC;
}
.TagClassName
{
border-color: #CE4CEC;
}
</style>