Shades of Medium Orchid #CE43EB
Tints of Medium Orchid #CE43EB
RGB
CMYK
RGB Variations
Color information
#CE43EB (or 0xCE43EB) is known color: Medium Orchid. HEX triplet: CE, 43 and EB. RGB value is (206,67,235). Sum of RGB (Red+Green+Blue) = 206+67+235=508 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.55% from 508); Green value is 67 (26.56% from 255 or 13.19% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #CE43EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43EB is #31BC14. Grayscale: #7F7F7F. Windows color (decimal): -3259413 or 15418318. OLE color: 15418318.
HSL color Cylindrical-coordinate representation of color #CE43EB: hue angle of 289.64º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE43EB is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 67 | 235 | - |
| CMYK | 0.12 | 0.71 | 0 | 0.08 |
| HSL | 289.64º | 0.81% | 0.59% | - |
| HSV(B) | 289.64º | 0.71% | 0.92% | - |
| XYZ | 42.46 | 23.13 | 80.82 | - |
| YUV | 127.71 | 188.55 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 235 | 0.12 | 0.71 | 0 | 0.08 | 289.64 | 0.81 | 0.59 |
| Hex | CE | 43 | EB | C | 47 | 0 | 8 | 122 | 51 | 3B |
| Octal | 316 | 103 | 353 | 14 | 107 | 0 | 10 | 442 | 121 | 73 |
| Binary | 11001110 | 1000011 | 11101011 | 1100 | 1000111 | 0 | 1000 | 100100010 | 1010001 | 111011 |
Color Harmonies of #CE43EB
Complementary color
Monochromatic Colors of #CE43EB
Black with #CE43EB
Text Example
Text Example
White with #CE43EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43EB; }
p { color: rgb(206,67,235); }
H1.HeaderClassName
{
color: #CE43EB;
}
.AnyTagClassName
{
color: #CE43EB;
}
</style>
background-color css
<style>
a { background-color: #CE43EB; }
a { background-color: rgb(206,67,235); }
div.DivClassName
{
background-color: #CE43EB;
}
.BgClassName
{
background-color: #CE43EB;
}
</style>
border-color css
<style>
span { border-color: #CE43EB; }
span { border-color: rgb(206,67,235); }
td.TdClassName
{
border-color: #CE43EB;
}
.TagClassName
{
border-color: #CE43EB;
}
</style>