Shades of Medium Orchid #CE4AD5
Tints of Medium Orchid #CE4AD5
RGB
CMYK
RGB Variations
Color information
#CE4AD5 (or 0xCE4AD5) is known color: Medium Orchid. HEX triplet: CE, 4A and D5. RGB value is (206,74,213). Sum of RGB (Red+Green+Blue) = 206+74+213=493 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.78% from 493); Green value is 74 (29.30% from 255 or 15.01% from 493); Blue value is 213 (83.59% from 255 or 43.20% from 493); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE4AD5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE4AD5 is #31B52A. Grayscale: #808080. Windows color (decimal): -3257643 or 13978318. OLE color: 13978318.
HSL color Cylindrical-coordinate representation of color #CE4AD5: hue angle of 296.98º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4AD5 is Cyan = 0.03, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 74 | 213 | - |
| CMYK | 0.03 | 0.65 | 0 | 0.16 |
| HSL | 296.98º | 0.62% | 0.56% | - |
| HSV(B) | 296.98º | 0.65% | 0.84% | - |
| XYZ | 39.91 | 22.82 | 65.25 | - |
| YUV | 129.31 | 175.23 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 213 | 0.03 | 0.65 | 0 | 0.16 | 296.98 | 0.62 | 0.56 |
| Hex | CE | 4A | D5 | 3 | 41 | 0 | 10 | 129 | 3E | 38 |
| Octal | 316 | 112 | 325 | 3 | 101 | 0 | 20 | 451 | 76 | 70 |
| Binary | 11001110 | 1001010 | 11010101 | 11 | 1000001 | 0 | 10000 | 100101001 | 111110 | 111000 |
Color Harmonies of #CE4AD5
Complementary color
Monochromatic Colors of #CE4AD5
Black with #CE4AD5
Text Example
Text Example
White with #CE4AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AD5; }
p { color: rgb(206,74,213); }
H1.HeaderClassName
{
color: #CE4AD5;
}
.AnyTagClassName
{
color: #CE4AD5;
}
</style>
background-color css
<style>
a { background-color: #CE4AD5; }
a { background-color: rgb(206,74,213); }
div.DivClassName
{
background-color: #CE4AD5;
}
.BgClassName
{
background-color: #CE4AD5;
}
</style>
border-color css
<style>
span { border-color: #CE4AD5; }
span { border-color: rgb(206,74,213); }
td.TdClassName
{
border-color: #CE4AD5;
}
.TagClassName
{
border-color: #CE4AD5;
}
</style>