Shades of Medium Orchid #CE3BEA
Tints of Medium Orchid #CE3BEA
RGB
CMYK
RGB Variations
Color information
#CE3BEA (or 0xCE3BEA) is known color: Medium Orchid. HEX triplet: CE, 3B and EA. RGB value is (206,59,234). Sum of RGB (Red+Green+Blue) = 206+59+234=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 59 (23.44% from 255 or 11.82% from 499); Blue value is 234 (91.80% from 255 or 46.89% from 499); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE3BEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3BEA is #31C415. Grayscale: #7A7A7A. Windows color (decimal): -3261462 or 15350734. OLE color: 15350734.
HSL color Cylindrical-coordinate representation of color #CE3BEA: hue angle of 290.4º degrees, saturation: 0.81, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3BEA is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 59 | 234 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.08 |
| HSL | 290.4º | 0.81% | 0.57% | - |
| HSV(B) | 290.4º | 0.75% | 0.92% | - |
| XYZ | 41.87 | 22.19 | 79.92 | - |
| YUV | 122.9 | 190.7 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 234 | 0.12 | 0.75 | 0 | 0.08 | 290.4 | 0.81 | 0.57 |
| Hex | CE | 3B | EA | C | 4B | 0 | 8 | 122 | 51 | 39 |
| Octal | 316 | 73 | 352 | 14 | 113 | 0 | 10 | 442 | 121 | 71 |
| Binary | 11001110 | 111011 | 11101010 | 1100 | 1001011 | 0 | 1000 | 100100010 | 1010001 | 111001 |
Color Harmonies of #CE3BEA
Complementary color
Monochromatic Colors of #CE3BEA
Black with #CE3BEA
Text Example
Text Example
White with #CE3BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BEA; }
p { color: rgb(206,59,234); }
H1.HeaderClassName
{
color: #CE3BEA;
}
.AnyTagClassName
{
color: #CE3BEA;
}
</style>
background-color css
<style>
a { background-color: #CE3BEA; }
a { background-color: rgb(206,59,234); }
div.DivClassName
{
background-color: #CE3BEA;
}
.BgClassName
{
background-color: #CE3BEA;
}
</style>
border-color css
<style>
span { border-color: #CE3BEA; }
span { border-color: rgb(206,59,234); }
td.TdClassName
{
border-color: #CE3BEA;
}
.TagClassName
{
border-color: #CE3BEA;
}
</style>