Shades of Medium Orchid #CE5CDE
Tints of Medium Orchid #CE5CDE
RGB
CMYK
RGB Variations
Color information
#CE5CDE (or 0xCE5CDE) is known color: Medium Orchid. HEX triplet: CE, 5C and DE. RGB value is (206,92,222). Sum of RGB (Red+Green+Blue) = 206+92+222=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 92 (36.33% from 255 or 17.69% from 520); Blue value is 222 (87.11% from 255 or 42.69% from 520); Max value from RGB is 222 - color contains mainly: blue. Hex color #CE5CDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5CDE is #31A321. Grayscale: #8C8C8C. Windows color (decimal): -3253026 or 14572750. OLE color: 14572750.
HSL color Cylindrical-coordinate representation of color #CE5CDE: hue angle of 292.62º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CE5CDE is Cyan = 0.07, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 92 | 222 | - |
| CMYK | 0.07 | 0.59 | 0 | 0.13 |
| HSL | 292.62º | 0.66% | 0.62% | - |
| HSV(B) | 292.62º | 0.59% | 0.87% | - |
| XYZ | 42.47 | 26.05 | 71.9 | - |
| YUV | 140.91 | 173.77 | 174.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 92 | 222 | 0.07 | 0.59 | 0 | 0.13 | 292.62 | 0.66 | 0.62 |
| Hex | CE | 5C | DE | 7 | 3B | 0 | D | 125 | 42 | 3E |
| Octal | 316 | 134 | 336 | 7 | 73 | 0 | 15 | 445 | 102 | 76 |
| Binary | 11001110 | 1011100 | 11011110 | 111 | 111011 | 0 | 1101 | 100100101 | 1000010 | 111110 |
Color Harmonies of #CE5CDE
Complementary color
Monochromatic Colors of #CE5CDE
Black with #CE5CDE
Text Example
Text Example
White with #CE5CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5CDE; }
p { color: rgb(206,92,222); }
H1.HeaderClassName
{
color: #CE5CDE;
}
.AnyTagClassName
{
color: #CE5CDE;
}
</style>
background-color css
<style>
a { background-color: #CE5CDE; }
a { background-color: rgb(206,92,222); }
div.DivClassName
{
background-color: #CE5CDE;
}
.BgClassName
{
background-color: #CE5CDE;
}
</style>
border-color css
<style>
span { border-color: #CE5CDE; }
span { border-color: rgb(206,92,222); }
td.TdClassName
{
border-color: #CE5CDE;
}
.TagClassName
{
border-color: #CE5CDE;
}
</style>