Shades of Medium Orchid #CE51DC
Tints of Medium Orchid #CE51DC
RGB
CMYK
RGB Variations
Color information
#CE51DC (or 0xCE51DC) is known color: Medium Orchid. HEX triplet: CE, 51 and DC. RGB value is (206,81,220). Sum of RGB (Red+Green+Blue) = 206+81+220=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 81 (32.03% from 255 or 15.98% from 507); Blue value is 220 (86.33% from 255 or 43.39% from 507); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE51DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE51DC is #31AE23. Grayscale: #858585. Windows color (decimal): -3255844 or 14438862. OLE color: 14438862.
HSL color Cylindrical-coordinate representation of color #CE51DC: hue angle of 293.96º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE51DC is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 81 | 220 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.14 |
| HSL | 293.96º | 0.67% | 0.59% | - |
| HSV(B) | 293.96º | 0.63% | 0.86% | - |
| XYZ | 41.31 | 24.17 | 70.2 | - |
| YUV | 134.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 81 | 220 | 0.06 | 0.63 | 0 | 0.14 | 293.96 | 0.67 | 0.59 |
| Hex | CE | 51 | DC | 6 | 3F | 0 | E | 126 | 43 | 3B |
| Octal | 316 | 121 | 334 | 6 | 77 | 0 | 16 | 446 | 103 | 73 |
| Binary | 11001110 | 1010001 | 11011100 | 110 | 111111 | 0 | 1110 | 100100110 | 1000011 | 111011 |
Color Harmonies of #CE51DC
Complementary color
Monochromatic Colors of #CE51DC
Black with #CE51DC
Text Example
Text Example
White with #CE51DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE51DC; }
p { color: rgb(206,81,220); }
H1.HeaderClassName
{
color: #CE51DC;
}
.AnyTagClassName
{
color: #CE51DC;
}
</style>
background-color css
<style>
a { background-color: #CE51DC; }
a { background-color: rgb(206,81,220); }
div.DivClassName
{
background-color: #CE51DC;
}
.BgClassName
{
background-color: #CE51DC;
}
</style>
border-color css
<style>
span { border-color: #CE51DC; }
span { border-color: rgb(206,81,220); }
td.TdClassName
{
border-color: #CE51DC;
}
.TagClassName
{
border-color: #CE51DC;
}
</style>