Shades of Medium Orchid #CE41DD
Tints of Medium Orchid #CE41DD
RGB
CMYK
RGB Variations
Color information
#CE41DD (or 0xCE41DD) is known color: Medium Orchid. HEX triplet: CE, 41 and DD. RGB value is (206,65,221). Sum of RGB (Red+Green+Blue) = 206+65+221=492 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.87% from 492); Green value is 65 (25.78% from 255 or 13.21% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE41DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41DD is #31BE22. Grayscale: #7C7C7C. Windows color (decimal): -3259939 or 14500302. OLE color: 14500302.
HSL color Cylindrical-coordinate representation of color #CE41DD: hue angle of 294.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CE41DD is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 65 | 221 | - |
| CMYK | 0.07 | 0.71 | 0 | 0.13 |
| HSL | 294.23º | 0.7% | 0.56% | - |
| HSV(B) | 294.23º | 0.71% | 0.87% | - |
| XYZ | 40.4 | 22.12 | 70.55 | - |
| YUV | 124.94 | 182.21 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 221 | 0.07 | 0.71 | 0 | 0.13 | 294.23 | 0.7 | 0.56 |
| Hex | CE | 41 | DD | 7 | 47 | 0 | D | 126 | 46 | 38 |
| Octal | 316 | 101 | 335 | 7 | 107 | 0 | 15 | 446 | 106 | 70 |
| Binary | 11001110 | 1000001 | 11011101 | 111 | 1000111 | 0 | 1101 | 100100110 | 1000110 | 111000 |
Color Harmonies of #CE41DD
Complementary color
Monochromatic Colors of #CE41DD
Black with #CE41DD
Text Example
Text Example
White with #CE41DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41DD; }
p { color: rgb(206,65,221); }
H1.HeaderClassName
{
color: #CE41DD;
}
.AnyTagClassName
{
color: #CE41DD;
}
</style>
background-color css
<style>
a { background-color: #CE41DD; }
a { background-color: rgb(206,65,221); }
div.DivClassName
{
background-color: #CE41DD;
}
.BgClassName
{
background-color: #CE41DD;
}
</style>
border-color css
<style>
span { border-color: #CE41DD; }
span { border-color: rgb(206,65,221); }
td.TdClassName
{
border-color: #CE41DD;
}
.TagClassName
{
border-color: #CE41DD;
}
</style>