Shades of Medium Orchid #CE4BE4
Tints of Medium Orchid #CE4BE4
RGB
CMYK
RGB Variations
Color information
#CE4BE4 (or 0xCE4BE4) is known color: Medium Orchid. HEX triplet: CE, 4B and E4. RGB value is (206,75,228). Sum of RGB (Red+Green+Blue) = 206+75+228=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 75 (29.69% from 255 or 14.73% from 509); Blue value is 228 (89.45% from 255 or 44.79% from 509); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE4BE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4BE4 is #31B41B. Grayscale: #838383. Windows color (decimal): -3257372 or 14961614. OLE color: 14961614.
HSL color Cylindrical-coordinate representation of color #CE4BE4: hue angle of 291.37º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4BE4 is Cyan = 0.10, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 75 | 228 | - |
| CMYK | 0.10 | 0.67 | 0 | 0.11 |
| HSL | 291.37º | 0.74% | 0.59% | - |
| HSV(B) | 291.37º | 0.67% | 0.89% | - |
| XYZ | 41.97 | 23.76 | 75.77 | - |
| YUV | 131.61 | 182.4 | 181.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 75 | 228 | 0.10 | 0.67 | 0 | 0.11 | 291.37 | 0.74 | 0.59 |
| Hex | CE | 4B | E4 | A | 43 | 0 | B | 123 | 4A | 3B |
| Octal | 316 | 113 | 344 | 12 | 103 | 0 | 13 | 443 | 112 | 73 |
| Binary | 11001110 | 1001011 | 11100100 | 1010 | 1000011 | 0 | 1011 | 100100011 | 1001010 | 111011 |
Color Harmonies of #CE4BE4
Complementary color
Monochromatic Colors of #CE4BE4
Black with #CE4BE4
Text Example
Text Example
White with #CE4BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4BE4; }
p { color: rgb(206,75,228); }
H1.HeaderClassName
{
color: #CE4BE4;
}
.AnyTagClassName
{
color: #CE4BE4;
}
</style>
background-color css
<style>
a { background-color: #CE4BE4; }
a { background-color: rgb(206,75,228); }
div.DivClassName
{
background-color: #CE4BE4;
}
.BgClassName
{
background-color: #CE4BE4;
}
</style>
border-color css
<style>
span { border-color: #CE4BE4; }
span { border-color: rgb(206,75,228); }
td.TdClassName
{
border-color: #CE4BE4;
}
.TagClassName
{
border-color: #CE4BE4;
}
</style>