Shades of Medium Orchid #CE5ADC
Tints of Medium Orchid #CE5ADC
RGB
CMYK
RGB Variations
Color information
#CE5ADC (or 0xCE5ADC) is known color: Medium Orchid. HEX triplet: CE, 5A and DC. RGB value is (206,90,220). Sum of RGB (Red+Green+Blue) = 206+90+220=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 90 (35.55% from 255 or 17.44% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5ADC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ADC is #31A523. Grayscale: #8B8B8B. Windows color (decimal): -3253540 or 14441166. OLE color: 14441166.
HSL color Cylindrical-coordinate representation of color #CE5ADC: hue angle of 293.54º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5ADC is Cyan = 0.06, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 90 | 220 | - |
| CMYK | 0.06 | 0.59 | 0 | 0.14 |
| HSL | 293.54º | 0.65% | 0.61% | - |
| HSV(B) | 293.54º | 0.59% | 0.86% | - |
| XYZ | 42.03 | 25.6 | 70.44 | - |
| YUV | 139.5 | 173.43 | 175.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 220 | 0.06 | 0.59 | 0 | 0.14 | 293.54 | 0.65 | 0.61 |
| Hex | CE | 5A | DC | 6 | 3B | 0 | E | 126 | 41 | 3D |
| Octal | 316 | 132 | 334 | 6 | 73 | 0 | 16 | 446 | 101 | 75 |
| Binary | 11001110 | 1011010 | 11011100 | 110 | 111011 | 0 | 1110 | 100100110 | 1000001 | 111101 |
Color Harmonies of #CE5ADC
Complementary color
Monochromatic Colors of #CE5ADC
Black with #CE5ADC
Text Example
Text Example
White with #CE5ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ADC; }
p { color: rgb(206,90,220); }
H1.HeaderClassName
{
color: #CE5ADC;
}
.AnyTagClassName
{
color: #CE5ADC;
}
</style>
background-color css
<style>
a { background-color: #CE5ADC; }
a { background-color: rgb(206,90,220); }
div.DivClassName
{
background-color: #CE5ADC;
}
.BgClassName
{
background-color: #CE5ADC;
}
</style>
border-color css
<style>
span { border-color: #CE5ADC; }
span { border-color: rgb(206,90,220); }
td.TdClassName
{
border-color: #CE5ADC;
}
.TagClassName
{
border-color: #CE5ADC;
}
</style>