Shades of Medium Orchid #CE52D5
Tints of Medium Orchid #CE52D5
RGB
CMYK
RGB Variations
Color information
#CE52D5 (or 0xCE52D5) is known color: Medium Orchid. HEX triplet: CE, 52 and D5. RGB value is (206,82,213). Sum of RGB (Red+Green+Blue) = 206+82+213=501 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.12% from 501); Green value is 82 (32.42% from 255 or 16.37% from 501); Blue value is 213 (83.59% from 255 or 42.51% from 501); Max value from RGB is 213 - color contains mainly: blue. Hex color #CE52D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE52D5 is #31AD2A. Grayscale: #858585. Windows color (decimal): -3255595 or 13980366. OLE color: 13980366.
HSL color Cylindrical-coordinate representation of color #CE52D5: hue angle of 296.79º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CE52D5 is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 82 | 213 | - |
| CMYK | 0.03 | 0.62 | 0 | 0.16 |
| HSL | 296.79º | 0.61% | 0.58% | - |
| HSV(B) | 296.79º | 0.62% | 0.84% | - |
| XYZ | 40.48 | 23.96 | 65.44 | - |
| YUV | 134.01 | 172.58 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 82 | 213 | 0.03 | 0.62 | 0 | 0.16 | 296.79 | 0.61 | 0.58 |
| Hex | CE | 52 | D5 | 3 | 3E | 0 | 10 | 129 | 3D | 3A |
| Octal | 316 | 122 | 325 | 3 | 76 | 0 | 20 | 451 | 75 | 72 |
| Binary | 11001110 | 1010010 | 11010101 | 11 | 111110 | 0 | 10000 | 100101001 | 111101 | 111010 |
Color Harmonies of #CE52D5
Complementary color
Monochromatic Colors of #CE52D5
Black with #CE52D5
Text Example
Text Example
White with #CE52D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE52D5; }
p { color: rgb(206,82,213); }
H1.HeaderClassName
{
color: #CE52D5;
}
.AnyTagClassName
{
color: #CE52D5;
}
</style>
background-color css
<style>
a { background-color: #CE52D5; }
a { background-color: rgb(206,82,213); }
div.DivClassName
{
background-color: #CE52D5;
}
.BgClassName
{
background-color: #CE52D5;
}
</style>
border-color css
<style>
span { border-color: #CE52D5; }
span { border-color: rgb(206,82,213); }
td.TdClassName
{
border-color: #CE52D5;
}
.TagClassName
{
border-color: #CE52D5;
}
</style>