Shades of Medium Orchid #CE4BE0
Tints of Medium Orchid #CE4BE0
RGB
CMYK
RGB Variations
Color information
#CE4BE0 (or 0xCE4BE0) is known color: Medium Orchid. HEX triplet: CE, 4B and E0. RGB value is (206,75,224). Sum of RGB (Red+Green+Blue) = 206+75+224=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 75 (29.69% from 255 or 14.85% from 505); Blue value is 224 (87.89% from 255 or 44.36% from 505); Max value from RGB is 224 - color contains mainly: blue. Hex color #CE4BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BE0 is #31B41F. Grayscale: #828282. Windows color (decimal): -3257376 or 14699470. OLE color: 14699470.
HSL color Cylindrical-coordinate representation of color #CE4BE0: hue angle of 292.75º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4BE0 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 75 | 224 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.12 |
| HSL | 292.75º | 0.71% | 0.59% | - |
| HSV(B) | 292.75º | 0.67% | 0.88% | - |
| XYZ | 41.42 | 23.54 | 72.88 | - |
| YUV | 131.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 224 | 0.08 | 0.67 | 0 | 0.12 | 292.75 | 0.71 | 0.59 |
| Hex | CE | 4B | E0 | 8 | 43 | 0 | C | 125 | 47 | 3B |
| Octal | 316 | 113 | 340 | 10 | 103 | 0 | 14 | 445 | 107 | 73 |
| Binary | 11001110 | 1001011 | 11100000 | 1000 | 1000011 | 0 | 1100 | 100100101 | 1000111 | 111011 |
Color Harmonies of #CE4BE0
Complementary color
Monochromatic Colors of #CE4BE0
Black with #CE4BE0
Text Example
Text Example
White with #CE4BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BE0; }
p { color: rgb(206,75,224); }
H1.HeaderClassName
{
color: #CE4BE0;
}
.AnyTagClassName
{
color: #CE4BE0;
}
</style>
background-color css
<style>
a { background-color: #CE4BE0; }
a { background-color: rgb(206,75,224); }
div.DivClassName
{
background-color: #CE4BE0;
}
.BgClassName
{
background-color: #CE4BE0;
}
</style>
border-color css
<style>
span { border-color: #CE4BE0; }
span { border-color: rgb(206,75,224); }
td.TdClassName
{
border-color: #CE4BE0;
}
.TagClassName
{
border-color: #CE4BE0;
}
</style>