Shades of Medium Orchid #CE3EDA
Tints of Medium Orchid #CE3EDA
RGB
CMYK
RGB Variations
Color information
#CE3EDA (or 0xCE3EDA) is known color: Medium Orchid. HEX triplet: CE, 3E and DA. RGB value is (206,62,218). Sum of RGB (Red+Green+Blue) = 206+62+218=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 62 (24.61% from 255 or 12.76% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE3EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3EDA is #31C125. Grayscale: #7A7A7A. Windows color (decimal): -3260710 or 14302926. OLE color: 14302926.
HSL color Cylindrical-coordinate representation of color #CE3EDA: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3EDA is Cyan = 0.06, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 62 | 218 | - |
| CMYK | 0.06 | 0.72 | 0 | 0.15 |
| HSL | 295.38º | 0.68% | 0.55% | - |
| HSV(B) | 295.38º | 0.72% | 0.85% | - |
| XYZ | 39.83 | 21.63 | 68.41 | - |
| YUV | 122.84 | 181.71 | 187.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 218 | 0.06 | 0.72 | 0 | 0.15 | 295.38 | 0.68 | 0.55 |
| Hex | CE | 3E | DA | 6 | 48 | 0 | F | 127 | 44 | 37 |
| Octal | 316 | 76 | 332 | 6 | 110 | 0 | 17 | 447 | 104 | 67 |
| Binary | 11001110 | 111110 | 11011010 | 110 | 1001000 | 0 | 1111 | 100100111 | 1000100 | 110111 |
Color Harmonies of #CE3EDA
Complementary color
Monochromatic Colors of #CE3EDA
Black with #CE3EDA
Text Example
Text Example
White with #CE3EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3EDA; }
p { color: rgb(206,62,218); }
H1.HeaderClassName
{
color: #CE3EDA;
}
.AnyTagClassName
{
color: #CE3EDA;
}
</style>
background-color css
<style>
a { background-color: #CE3EDA; }
a { background-color: rgb(206,62,218); }
div.DivClassName
{
background-color: #CE3EDA;
}
.BgClassName
{
background-color: #CE3EDA;
}
</style>
border-color css
<style>
span { border-color: #CE3EDA; }
span { border-color: rgb(206,62,218); }
td.TdClassName
{
border-color: #CE3EDA;
}
.TagClassName
{
border-color: #CE3EDA;
}
</style>