Shades of Medium Orchid #CE3DDE
Tints of Medium Orchid #CE3DDE
RGB
CMYK
RGB Variations
Color information
#CE3DDE (or 0xCE3DDE) is known color: Medium Orchid. HEX triplet: CE, 3D and DE. RGB value is (206,61,222). Sum of RGB (Red+Green+Blue) = 206+61+222=489 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.13% from 489); Green value is 61 (24.22% from 255 or 12.47% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE3DDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DDE is #31C221. Grayscale: #7A7A7A. Windows color (decimal): -3260962 or 14564814. OLE color: 14564814.
HSL color Cylindrical-coordinate representation of color #CE3DDE: hue angle of 294.04º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3DDE is Cyan = 0.07, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 61 | 222 | - |
| CMYK | 0.07 | 0.73 | 0 | 0.13 |
| HSL | 294.04º | 0.71% | 0.55% | - |
| HSV(B) | 294.04º | 0.73% | 0.87% | - |
| XYZ | 40.31 | 21.73 | 71.18 | - |
| YUV | 122.71 | 184.04 | 187.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 222 | 0.07 | 0.73 | 0 | 0.13 | 294.04 | 0.71 | 0.55 |
| Hex | CE | 3D | DE | 7 | 49 | 0 | D | 126 | 47 | 37 |
| Octal | 316 | 75 | 336 | 7 | 111 | 0 | 15 | 446 | 107 | 67 |
| Binary | 11001110 | 111101 | 11011110 | 111 | 1001001 | 0 | 1101 | 100100110 | 1000111 | 110111 |
Color Harmonies of #CE3DDE
Complementary color
Monochromatic Colors of #CE3DDE
Black with #CE3DDE
Text Example
Text Example
White with #CE3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DDE; }
p { color: rgb(206,61,222); }
H1.HeaderClassName
{
color: #CE3DDE;
}
.AnyTagClassName
{
color: #CE3DDE;
}
</style>
background-color css
<style>
a { background-color: #CE3DDE; }
a { background-color: rgb(206,61,222); }
div.DivClassName
{
background-color: #CE3DDE;
}
.BgClassName
{
background-color: #CE3DDE;
}
</style>
border-color css
<style>
span { border-color: #CE3DDE; }
span { border-color: rgb(206,61,222); }
td.TdClassName
{
border-color: #CE3DDE;
}
.TagClassName
{
border-color: #CE3DDE;
}
</style>