Shades of Medium Orchid #CE32DA
Tints of Medium Orchid #CE32DA
RGB
CMYK
RGB Variations
Color information
#CE32DA (or 0xCE32DA) is known color: Medium Orchid. HEX triplet: CE, 32 and DA. RGB value is (206,50,218). Sum of RGB (Red+Green+Blue) = 206+50+218=474 (62% of max value = 765). Red value is 206 (80.86% from 255 or 43.46% from 474); Green value is 50 (19.92% from 255 or 10.55% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #CE32DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE32DA is #31CD25. Grayscale: #737373. Windows color (decimal): -3263782 or 14299854. OLE color: 14299854.
HSL color Cylindrical-coordinate representation of color #CE32DA: hue angle of 295.71º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE32DA is Cyan = 0.06, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 50 | 218 | - |
| CMYK | 0.06 | 0.77 | 0 | 0.15 |
| HSL | 295.71º | 0.69% | 0.53% | - |
| HSV(B) | 295.71º | 0.77% | 0.85% | - |
| XYZ | 39.25 | 20.46 | 68.21 | - |
| YUV | 115.8 | 185.68 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 218 | 0.06 | 0.77 | 0 | 0.15 | 295.71 | 0.69 | 0.53 |
| Hex | CE | 32 | DA | 6 | 4D | 0 | F | 128 | 45 | 35 |
| Octal | 316 | 62 | 332 | 6 | 115 | 0 | 17 | 450 | 105 | 65 |
| Binary | 11001110 | 110010 | 11011010 | 110 | 1001101 | 0 | 1111 | 100101000 | 1000101 | 110101 |
Color Harmonies of #CE32DA
Complementary color
Monochromatic Colors of #CE32DA
Black with #CE32DA
Text Example
Text Example
White with #CE32DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE32DA; }
p { color: rgb(206,50,218); }
H1.HeaderClassName
{
color: #CE32DA;
}
.AnyTagClassName
{
color: #CE32DA;
}
</style>
background-color css
<style>
a { background-color: #CE32DA; }
a { background-color: rgb(206,50,218); }
div.DivClassName
{
background-color: #CE32DA;
}
.BgClassName
{
background-color: #CE32DA;
}
</style>
border-color css
<style>
span { border-color: #CE32DA; }
span { border-color: rgb(206,50,218); }
td.TdClassName
{
border-color: #CE32DA;
}
.TagClassName
{
border-color: #CE32DA;
}
</style>