Shades of Medium Orchid #CE4ED5
Tints of Medium Orchid #CE4ED5
RGB
CMYK
RGB Variations
Color information
#CE4ED5 (or 0xCE4ED5) is known color: Medium Orchid. HEX triplet: CE, 4E and D5. RGB value is (206,78,213). Sum of RGB (Red+Green+Blue) = 206+78+213=497 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.45% from 497); Green value is 78 (30.86% from 255 or 15.69% from 497); Blue value is 213 (83.59% from 255 or 42.86% from 497); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE4ED5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4ED5 is #31B12A. Grayscale: #838383. Windows color (decimal): -3256619 or 13979342. OLE color: 13979342.
HSL color Cylindrical-coordinate representation of color #CE4ED5: hue angle of 296.89º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE4ED5 is Cyan = 0.03, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 78 | 213 | - |
| CMYK | 0.03 | 0.63 | 0 | 0.16 |
| HSL | 296.89º | 0.62% | 0.57% | - |
| HSV(B) | 296.89º | 0.63% | 0.84% | - |
| XYZ | 40.19 | 23.37 | 65.34 | - |
| YUV | 131.66 | 173.91 | 181.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 213 | 0.03 | 0.63 | 0 | 0.16 | 296.89 | 0.62 | 0.57 |
| Hex | CE | 4E | D5 | 3 | 3F | 0 | 10 | 129 | 3E | 39 |
| Octal | 316 | 116 | 325 | 3 | 77 | 0 | 20 | 451 | 76 | 71 |
| Binary | 11001110 | 1001110 | 11010101 | 11 | 111111 | 0 | 10000 | 100101001 | 111110 | 111001 |
Color Harmonies of #CE4ED5
Complementary color
Monochromatic Colors of #CE4ED5
Black with #CE4ED5
Text Example
Text Example
White with #CE4ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4ED5; }
p { color: rgb(206,78,213); }
H1.HeaderClassName
{
color: #CE4ED5;
}
.AnyTagClassName
{
color: #CE4ED5;
}
</style>
background-color css
<style>
a { background-color: #CE4ED5; }
a { background-color: rgb(206,78,213); }
div.DivClassName
{
background-color: #CE4ED5;
}
.BgClassName
{
background-color: #CE4ED5;
}
</style>
border-color css
<style>
span { border-color: #CE4ED5; }
span { border-color: rgb(206,78,213); }
td.TdClassName
{
border-color: #CE4ED5;
}
.TagClassName
{
border-color: #CE4ED5;
}
</style>