Shades of Medium Orchid #CE4CD6
Tints of Medium Orchid #CE4CD6
RGB
CMYK
RGB Variations
Color information
#CE4CD6 (or 0xCE4CD6) is known color: Medium Orchid. HEX triplet: CE, 4C and D6. RGB value is (206,76,214). Sum of RGB (Red+Green+Blue) = 206+76+214=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 76 (30.08% from 255 or 15.32% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #CE4CD6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4CD6 is #31B329. Grayscale: #828282. Windows color (decimal): -3257130 or 14044366. OLE color: 14044366.
HSL color Cylindrical-coordinate representation of color #CE4CD6: hue angle of 296.52º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CE4CD6 is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 76 | 214 | - |
| CMYK | 0.04 | 0.64 | 0 | 0.16 |
| HSL | 296.52º | 0.63% | 0.57% | - |
| HSV(B) | 296.52º | 0.64% | 0.84% | - |
| XYZ | 40.18 | 23.15 | 65.97 | - |
| YUV | 130.6 | 175.07 | 181.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 76 | 214 | 0.04 | 0.64 | 0 | 0.16 | 296.52 | 0.63 | 0.57 |
| Hex | CE | 4C | D6 | 4 | 40 | 0 | 10 | 129 | 3F | 39 |
| Octal | 316 | 114 | 326 | 4 | 100 | 0 | 20 | 451 | 77 | 71 |
| Binary | 11001110 | 1001100 | 11010110 | 100 | 1000000 | 0 | 10000 | 100101001 | 111111 | 111001 |
Color Harmonies of #CE4CD6
Complementary color
Monochromatic Colors of #CE4CD6
Black with #CE4CD6
Text Example
Text Example
White with #CE4CD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4CD6; }
p { color: rgb(206,76,214); }
H1.HeaderClassName
{
color: #CE4CD6;
}
.AnyTagClassName
{
color: #CE4CD6;
}
</style>
background-color css
<style>
a { background-color: #CE4CD6; }
a { background-color: rgb(206,76,214); }
div.DivClassName
{
background-color: #CE4CD6;
}
.BgClassName
{
background-color: #CE4CD6;
}
</style>
border-color css
<style>
span { border-color: #CE4CD6; }
span { border-color: rgb(206,76,214); }
td.TdClassName
{
border-color: #CE4CD6;
}
.TagClassName
{
border-color: #CE4CD6;
}
</style>