Shades of Medium Orchid #CE41DC
Tints of Medium Orchid #CE41DC
RGB
CMYK
RGB Variations
Color information
#CE41DC (or 0xCE41DC) is known color: Medium Orchid. HEX triplet: CE, 41 and DC. RGB value is (206,65,220). Sum of RGB (Red+Green+Blue) = 206+65+220=491 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.96% from 491); Green value is 65 (25.78% from 255 or 13.24% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE41DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE41DC is #31BE23. Grayscale: #7C7C7C. Windows color (decimal): -3259940 or 14434766. OLE color: 14434766.
HSL color Cylindrical-coordinate representation of color #CE41DC: hue angle of 294.58º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE41DC is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 65 | 220 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.14 |
| HSL | 294.58º | 0.69% | 0.56% | - |
| HSV(B) | 294.58º | 0.7% | 0.86% | - |
| XYZ | 40.26 | 22.07 | 69.85 | - |
| YUV | 124.83 | 181.71 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 65 | 220 | 0.06 | 0.70 | 0 | 0.14 | 294.58 | 0.69 | 0.56 |
| Hex | CE | 41 | DC | 6 | 46 | 0 | E | 127 | 45 | 38 |
| Octal | 316 | 101 | 334 | 6 | 106 | 0 | 16 | 447 | 105 | 70 |
| Binary | 11001110 | 1000001 | 11011100 | 110 | 1000110 | 0 | 1110 | 100100111 | 1000101 | 111000 |
Color Harmonies of #CE41DC
Complementary color
Monochromatic Colors of #CE41DC
Black with #CE41DC
Text Example
Text Example
White with #CE41DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE41DC; }
p { color: rgb(206,65,220); }
H1.HeaderClassName
{
color: #CE41DC;
}
.AnyTagClassName
{
color: #CE41DC;
}
</style>
background-color css
<style>
a { background-color: #CE41DC; }
a { background-color: rgb(206,65,220); }
div.DivClassName
{
background-color: #CE41DC;
}
.BgClassName
{
background-color: #CE41DC;
}
</style>
border-color css
<style>
span { border-color: #CE41DC; }
span { border-color: rgb(206,65,220); }
td.TdClassName
{
border-color: #CE41DC;
}
.TagClassName
{
border-color: #CE41DC;
}
</style>