Shades of Medium Orchid #CE3DDD
Tints of Medium Orchid #CE3DDD
RGB
CMYK
RGB Variations
Color information
#CE3DDD (or 0xCE3DDD) is known color: Medium Orchid. HEX triplet: CE, 3D and DD. RGB value is (206,61,221). Sum of RGB (Red+Green+Blue) = 206+61+221=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 61 (24.22% from 255 or 12.5% from 488); Blue value is 221 (86.72% from 255 or 45.29% from 488); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE3DDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE3DDD is #31C222. Grayscale: #7A7A7A. Windows color (decimal): -3260963 or 14499278. OLE color: 14499278.
HSL color Cylindrical-coordinate representation of color #CE3DDD: hue angle of 294.38º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3DDD is Cyan = 0.07, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 61 | 221 | - |
| CMYK | 0.07 | 0.72 | 0 | 0.13 |
| HSL | 294.38º | 0.7% | 0.55% | - |
| HSV(B) | 294.38º | 0.72% | 0.87% | - |
| XYZ | 40.17 | 21.68 | 70.47 | - |
| YUV | 122.6 | 183.54 | 187.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 61 | 221 | 0.07 | 0.72 | 0 | 0.13 | 294.38 | 0.7 | 0.55 |
| Hex | CE | 3D | DD | 7 | 48 | 0 | D | 126 | 46 | 37 |
| Octal | 316 | 75 | 335 | 7 | 110 | 0 | 15 | 446 | 106 | 67 |
| Binary | 11001110 | 111101 | 11011101 | 111 | 1001000 | 0 | 1101 | 100100110 | 1000110 | 110111 |
Color Harmonies of #CE3DDD
Complementary color
Monochromatic Colors of #CE3DDD
Black with #CE3DDD
Text Example
Text Example
White with #CE3DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3DDD; }
p { color: rgb(206,61,221); }
H1.HeaderClassName
{
color: #CE3DDD;
}
.AnyTagClassName
{
color: #CE3DDD;
}
</style>
background-color css
<style>
a { background-color: #CE3DDD; }
a { background-color: rgb(206,61,221); }
div.DivClassName
{
background-color: #CE3DDD;
}
.BgClassName
{
background-color: #CE3DDD;
}
</style>
border-color css
<style>
span { border-color: #CE3DDD; }
span { border-color: rgb(206,61,221); }
td.TdClassName
{
border-color: #CE3DDD;
}
.TagClassName
{
border-color: #CE3DDD;
}
</style>