Shades of Medium Orchid #CE5ADF
Tints of Medium Orchid #CE5ADF
RGB
CMYK
RGB Variations
Color information
#CE5ADF (or 0xCE5ADF) is known color: Medium Orchid. HEX triplet: CE, 5A and DF. RGB value is (206,90,223). Sum of RGB (Red+Green+Blue) = 206+90+223=519 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.69% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 223 (87.5% from 255 or 42.97% from 519); Max value from RGB is 223 - color contains mainly: blue. Hex color #CE5ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5ADF is #31A520. Grayscale: #8B8B8B. Windows color (decimal): -3253537 or 14637774. OLE color: 14637774.
HSL color Cylindrical-coordinate representation of color #CE5ADF: hue angle of 292.33º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE5ADF is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 90 | 223 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.13 |
| HSL | 292.33º | 0.68% | 0.61% | - |
| HSV(B) | 292.33º | 0.6% | 0.87% | - |
| XYZ | 42.43 | 25.76 | 72.55 | - |
| YUV | 139.85 | 174.93 | 175.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 223 | 0.08 | 0.60 | 0 | 0.13 | 292.33 | 0.68 | 0.61 |
| Hex | CE | 5A | DF | 8 | 3C | 0 | D | 124 | 44 | 3D |
| Octal | 316 | 132 | 337 | 10 | 74 | 0 | 15 | 444 | 104 | 75 |
| Binary | 11001110 | 1011010 | 11011111 | 1000 | 111100 | 0 | 1101 | 100100100 | 1000100 | 111101 |
Color Harmonies of #CE5ADF
Complementary color
Monochromatic Colors of #CE5ADF
Black with #CE5ADF
Text Example
Text Example
White with #CE5ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5ADF; }
p { color: rgb(206,90,223); }
H1.HeaderClassName
{
color: #CE5ADF;
}
.AnyTagClassName
{
color: #CE5ADF;
}
</style>
background-color css
<style>
a { background-color: #CE5ADF; }
a { background-color: rgb(206,90,223); }
div.DivClassName
{
background-color: #CE5ADF;
}
.BgClassName
{
background-color: #CE5ADF;
}
</style>
border-color css
<style>
span { border-color: #CE5ADF; }
span { border-color: rgb(206,90,223); }
td.TdClassName
{
border-color: #CE5ADF;
}
.TagClassName
{
border-color: #CE5ADF;
}
</style>