Shades of Medium Orchid #CE3DED
Tints of Medium Orchid #CE3DED
RGB
CMYK
RGB Variations
Color information
#CE3DED (or 0xCE3DED) is known color: Medium Orchid. HEX triplet: CE, 3D and ED. RGB value is (206,61,237). Sum of RGB (Red+Green+Blue) = 206+61+237=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 61 (24.22% from 255 or 12.10% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #CE3DED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3DED is #31C212. Grayscale: #7B7B7B. Windows color (decimal): -3260947 or 15547854. OLE color: 15547854.
HSL color Cylindrical-coordinate representation of color #CE3DED: hue angle of 289.43º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3DED is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 61 | 237 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.07 |
| HSL | 289.43º | 0.83% | 0.58% | - |
| HSV(B) | 289.43º | 0.74% | 0.93% | - |
| XYZ | 42.41 | 22.57 | 82.24 | - |
| YUV | 124.42 | 191.54 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 237 | 0.13 | 0.74 | 0 | 0.07 | 289.43 | 0.83 | 0.58 |
| Hex | CE | 3D | ED | D | 4A | 0 | 7 | 121 | 53 | 3A |
| Octal | 316 | 75 | 355 | 15 | 112 | 0 | 7 | 441 | 123 | 72 |
| Binary | 11001110 | 111101 | 11101101 | 1101 | 1001010 | 0 | 111 | 100100001 | 1010011 | 111010 |
Color Harmonies of #CE3DED
Complementary color
Monochromatic Colors of #CE3DED
Black with #CE3DED
Text Example
Text Example
White with #CE3DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DED; }
p { color: rgb(206,61,237); }
H1.HeaderClassName
{
color: #CE3DED;
}
.AnyTagClassName
{
color: #CE3DED;
}
</style>
background-color css
<style>
a { background-color: #CE3DED; }
a { background-color: rgb(206,61,237); }
div.DivClassName
{
background-color: #CE3DED;
}
.BgClassName
{
background-color: #CE3DED;
}
</style>
border-color css
<style>
span { border-color: #CE3DED; }
span { border-color: rgb(206,61,237); }
td.TdClassName
{
border-color: #CE3DED;
}
.TagClassName
{
border-color: #CE3DED;
}
</style>