Shades of Medium Orchid #CE5CDC
Tints of Medium Orchid #CE5CDC
RGB
CMYK
RGB Variations
Color information
#CE5CDC (or 0xCE5CDC) is known color: Medium Orchid. HEX triplet: CE, 5C and DC. RGB value is (206,92,220). Sum of RGB (Red+Green+Blue) = 206+92+220=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 92 (36.33% from 255 or 17.76% from 518); Blue value is 220 (86.33% from 255 or 42.47% from 518); Max value from RGB is 220 - color contains mainly: blue. Hex color #CE5CDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CDC is #31A323. Grayscale: #8C8C8C. Windows color (decimal): -3253028 or 14441678. OLE color: 14441678.
HSL color Cylindrical-coordinate representation of color #CE5CDC: hue angle of 293.44º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5CDC is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 92 | 220 | - |
| CMYK | 0.06 | 0.58 | 0 | 0.14 |
| HSL | 293.44º | 0.65% | 0.61% | - |
| HSV(B) | 293.44º | 0.58% | 0.86% | - |
| XYZ | 42.2 | 25.94 | 70.49 | - |
| YUV | 140.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 220 | 0.06 | 0.58 | 0 | 0.14 | 293.44 | 0.65 | 0.61 |
| Hex | CE | 5C | DC | 6 | 3A | 0 | E | 125 | 41 | 3D |
| Octal | 316 | 134 | 334 | 6 | 72 | 0 | 16 | 445 | 101 | 75 |
| Binary | 11001110 | 1011100 | 11011100 | 110 | 111010 | 0 | 1110 | 100100101 | 1000001 | 111101 |
Color Harmonies of #CE5CDC
Complementary color
Monochromatic Colors of #CE5CDC
Black with #CE5CDC
Text Example
Text Example
White with #CE5CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CDC; }
p { color: rgb(206,92,220); }
H1.HeaderClassName
{
color: #CE5CDC;
}
.AnyTagClassName
{
color: #CE5CDC;
}
</style>
background-color css
<style>
a { background-color: #CE5CDC; }
a { background-color: rgb(206,92,220); }
div.DivClassName
{
background-color: #CE5CDC;
}
.BgClassName
{
background-color: #CE5CDC;
}
</style>
border-color css
<style>
span { border-color: #CE5CDC; }
span { border-color: rgb(206,92,220); }
td.TdClassName
{
border-color: #CE5CDC;
}
.TagClassName
{
border-color: #CE5CDC;
}
</style>