Shades of Medium Orchid #CE3BE1
Tints of Medium Orchid #CE3BE1
RGB
CMYK
RGB Variations
Color information
#CE3BE1 (or 0xCE3BE1) is known color: Medium Orchid. HEX triplet: CE, 3B and E1. RGB value is (206,59,225). Sum of RGB (Red+Green+Blue) = 206+59+225=490 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.04% from 490); Green value is 59 (23.44% from 255 or 12.04% from 490); Blue value is 225 (88.28% from 255 or 45.92% from 490); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE3BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3BE1 is #31C41E. Grayscale: #797979. Windows color (decimal): -3261471 or 14760910. OLE color: 14760910.
HSL color Cylindrical-coordinate representation of color #CE3BE1: hue angle of 293.13º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3BE1 is Cyan = 0.08, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 59 | 225 | - |
| CMYK | 0.08 | 0.74 | 0 | 0.12 |
| HSL | 293.13º | 0.73% | 0.56% | - |
| HSV(B) | 293.13º | 0.74% | 0.88% | - |
| XYZ | 40.61 | 21.69 | 73.28 | - |
| YUV | 121.88 | 186.2 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 59 | 225 | 0.08 | 0.74 | 0 | 0.12 | 293.13 | 0.73 | 0.56 |
| Hex | CE | 3B | E1 | 8 | 4A | 0 | C | 125 | 49 | 38 |
| Octal | 316 | 73 | 341 | 10 | 112 | 0 | 14 | 445 | 111 | 70 |
| Binary | 11001110 | 111011 | 11100001 | 1000 | 1001010 | 0 | 1100 | 100100101 | 1001001 | 111000 |
Color Harmonies of #CE3BE1
Complementary color
Monochromatic Colors of #CE3BE1
Black with #CE3BE1
Text Example
Text Example
White with #CE3BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3BE1; }
p { color: rgb(206,59,225); }
H1.HeaderClassName
{
color: #CE3BE1;
}
.AnyTagClassName
{
color: #CE3BE1;
}
</style>
background-color css
<style>
a { background-color: #CE3BE1; }
a { background-color: rgb(206,59,225); }
div.DivClassName
{
background-color: #CE3BE1;
}
.BgClassName
{
background-color: #CE3BE1;
}
</style>
border-color css
<style>
span { border-color: #CE3BE1; }
span { border-color: rgb(206,59,225); }
td.TdClassName
{
border-color: #CE3BE1;
}
.TagClassName
{
border-color: #CE3BE1;
}
</style>