Shades of Medium Orchid #CE5AD7
Tints of Medium Orchid #CE5AD7
RGB
CMYK
RGB Variations
Color information
#CE5AD7 (or 0xCE5AD7) is known color: Medium Orchid. HEX triplet: CE, 5A and D7. RGB value is (206,90,215). Sum of RGB (Red+Green+Blue) = 206+90+215=511 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.31% from 511); Green value is 90 (35.55% from 255 or 17.61% from 511); Blue value is 215 (84.38% from 255 or 42.07% from 511); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE5AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5AD7 is #31A528. Grayscale: #8A8A8A. Windows color (decimal): -3253545 or 14113486. OLE color: 14113486.
HSL color Cylindrical-coordinate representation of color #CE5AD7: hue angle of 295.68º degrees, saturation: 0.61, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5AD7 is Cyan = 0.04, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 90 | 215 | - |
| CMYK | 0.04 | 0.58 | 0 | 0.16 |
| HSL | 295.68º | 0.61% | 0.6% | - |
| HSV(B) | 295.68º | 0.58% | 0.84% | - |
| XYZ | 41.38 | 25.34 | 67 | - |
| YUV | 138.93 | 170.93 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 90 | 215 | 0.04 | 0.58 | 0 | 0.16 | 295.68 | 0.61 | 0.6 |
| Hex | CE | 5A | D7 | 4 | 3A | 0 | 10 | 128 | 3D | 3C |
| Octal | 316 | 132 | 327 | 4 | 72 | 0 | 20 | 450 | 75 | 74 |
| Binary | 11001110 | 1011010 | 11010111 | 100 | 111010 | 0 | 10000 | 100101000 | 111101 | 111100 |
Color Harmonies of #CE5AD7
Complementary color
Monochromatic Colors of #CE5AD7
Black with #CE5AD7
Text Example
Text Example
White with #CE5AD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5AD7; }
p { color: rgb(206,90,215); }
H1.HeaderClassName
{
color: #CE5AD7;
}
.AnyTagClassName
{
color: #CE5AD7;
}
</style>
background-color css
<style>
a { background-color: #CE5AD7; }
a { background-color: rgb(206,90,215); }
div.DivClassName
{
background-color: #CE5AD7;
}
.BgClassName
{
background-color: #CE5AD7;
}
</style>
border-color css
<style>
span { border-color: #CE5AD7; }
span { border-color: rgb(206,90,215); }
td.TdClassName
{
border-color: #CE5AD7;
}
.TagClassName
{
border-color: #CE5AD7;
}
</style>