Shades of Medium Orchid #CE43EE
Tints of Medium Orchid #CE43EE
RGB
CMYK
RGB Variations
Color information
#CE43EE (or 0xCE43EE) is known color: Medium Orchid. HEX triplet: CE, 43 and EE. RGB value is (206,67,238). Sum of RGB (Red+Green+Blue) = 206+67+238=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 67 (26.56% from 255 or 13.11% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE43EE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE43EE is #31BC11. Grayscale: #7F7F7F. Windows color (decimal): -3259410 or 15614926. OLE color: 15614926.
HSL color Cylindrical-coordinate representation of color #CE43EE: hue angle of 288.77º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE43EE is Cyan = 0.13, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 67 | 238 | - |
| CMYK | 0.13 | 0.72 | 0 | 0.07 |
| HSL | 288.77º | 0.83% | 0.6% | - |
| HSV(B) | 288.77º | 0.72% | 0.93% | - |
| XYZ | 42.89 | 23.31 | 83.13 | - |
| YUV | 128.06 | 190.05 | 183.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 67 | 238 | 0.13 | 0.72 | 0 | 0.07 | 288.77 | 0.83 | 0.6 |
| Hex | CE | 43 | EE | D | 48 | 0 | 7 | 121 | 53 | 3C |
| Octal | 316 | 103 | 356 | 15 | 110 | 0 | 7 | 441 | 123 | 74 |
| Binary | 11001110 | 1000011 | 11101110 | 1101 | 1001000 | 0 | 111 | 100100001 | 1010011 | 111100 |
Color Harmonies of #CE43EE
Complementary color
Monochromatic Colors of #CE43EE
Black with #CE43EE
Text Example
Text Example
White with #CE43EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE43EE; }
p { color: rgb(206,67,238); }
H1.HeaderClassName
{
color: #CE43EE;
}
.AnyTagClassName
{
color: #CE43EE;
}
</style>
background-color css
<style>
a { background-color: #CE43EE; }
a { background-color: rgb(206,67,238); }
div.DivClassName
{
background-color: #CE43EE;
}
.BgClassName
{
background-color: #CE43EE;
}
</style>
border-color css
<style>
span { border-color: #CE43EE; }
span { border-color: rgb(206,67,238); }
td.TdClassName
{
border-color: #CE43EE;
}
.TagClassName
{
border-color: #CE43EE;
}
</style>