Shades of Medium Orchid #CE3EED
Tints of Medium Orchid #CE3EED
RGB
CMYK
RGB Variations
Color information
#CE3EED (or 0xCE3EED) is known color: Medium Orchid. HEX triplet: CE, 3E and ED. RGB value is (206,62,237). Sum of RGB (Red+Green+Blue) = 206+62+237=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 62 (24.61% from 255 or 12.28% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE3EED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EED is #31C112. Grayscale: #7C7C7C. Windows color (decimal): -3260691 or 15548110. OLE color: 15548110.
HSL color Cylindrical-coordinate representation of color #CE3EED: hue angle of 289.37º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3EED is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 62 | 237 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.07 |
| HSL | 289.37º | 0.83% | 0.59% | - |
| HSV(B) | 289.37º | 0.74% | 0.93% | - |
| XYZ | 42.46 | 22.68 | 82.26 | - |
| YUV | 125.01 | 191.21 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 237 | 0.13 | 0.74 | 0 | 0.07 | 289.37 | 0.83 | 0.59 |
| Hex | CE | 3E | ED | D | 4A | 0 | 7 | 121 | 53 | 3B |
| Octal | 316 | 76 | 355 | 15 | 112 | 0 | 7 | 441 | 123 | 73 |
| Binary | 11001110 | 111110 | 11101101 | 1101 | 1001010 | 0 | 111 | 100100001 | 1010011 | 111011 |
Color Harmonies of #CE3EED
Complementary color
Monochromatic Colors of #CE3EED
Black with #CE3EED
Text Example
Text Example
White with #CE3EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3EED; }
p { color: rgb(206,62,237); }
H1.HeaderClassName
{
color: #CE3EED;
}
.AnyTagClassName
{
color: #CE3EED;
}
</style>
background-color css
<style>
a { background-color: #CE3EED; }
a { background-color: rgb(206,62,237); }
div.DivClassName
{
background-color: #CE3EED;
}
.BgClassName
{
background-color: #CE3EED;
}
</style>
border-color css
<style>
span { border-color: #CE3EED; }
span { border-color: rgb(206,62,237); }
td.TdClassName
{
border-color: #CE3EED;
}
.TagClassName
{
border-color: #CE3EED;
}
</style>