Shades of Medium Orchid #CE41D7
Tints of Medium Orchid #CE41D7
RGB
CMYK
RGB Variations
Color information
#CE41D7 (or 0xCE41D7) is known color: Medium Orchid. HEX triplet: CE, 41 and D7. RGB value is (206,65,215). Sum of RGB (Red+Green+Blue) = 206+65+215=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 65 (25.78% from 255 or 13.37% from 486); Blue value is 215 (84.38% from 255 or 44.24% from 486); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE41D7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41D7 is #31BE28. Grayscale: #7B7B7B. Windows color (decimal): -3259945 or 14107086. OLE color: 14107086.
HSL color Cylindrical-coordinate representation of color #CE41D7: hue angle of 296.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE41D7 is Cyan = 0.04, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 65 | 215 | - |
| CMYK | 0.04 | 0.70 | 0 | 0.16 |
| HSL | 296.4º | 0.65% | 0.55% | - |
| HSV(B) | 296.4º | 0.7% | 0.84% | - |
| XYZ | 39.61 | 21.81 | 66.41 | - |
| YUV | 124.26 | 179.21 | 186.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 215 | 0.04 | 0.70 | 0 | 0.16 | 296.4 | 0.65 | 0.55 |
| Hex | CE | 41 | D7 | 4 | 46 | 0 | 10 | 128 | 41 | 37 |
| Octal | 316 | 101 | 327 | 4 | 106 | 0 | 20 | 450 | 101 | 67 |
| Binary | 11001110 | 1000001 | 11010111 | 100 | 1000110 | 0 | 10000 | 100101000 | 1000001 | 110111 |
Color Harmonies of #CE41D7
Complementary color
Monochromatic Colors of #CE41D7
Black with #CE41D7
Text Example
Text Example
White with #CE41D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41D7; }
p { color: rgb(206,65,215); }
H1.HeaderClassName
{
color: #CE41D7;
}
.AnyTagClassName
{
color: #CE41D7;
}
</style>
background-color css
<style>
a { background-color: #CE41D7; }
a { background-color: rgb(206,65,215); }
div.DivClassName
{
background-color: #CE41D7;
}
.BgClassName
{
background-color: #CE41D7;
}
</style>
border-color css
<style>
span { border-color: #CE41D7; }
span { border-color: rgb(206,65,215); }
td.TdClassName
{
border-color: #CE41D7;
}
.TagClassName
{
border-color: #CE41D7;
}
</style>