Shades of Medium Orchid #CE5FDD
Tints of Medium Orchid #CE5FDD
RGB
CMYK
RGB Variations
Color information
#CE5FDD (or 0xCE5FDD) is known color: Medium Orchid. HEX triplet: CE, 5F and DD. RGB value is (206,95,221). Sum of RGB (Red+Green+Blue) = 206+95+221=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 95 (37.5% from 255 or 18.20% from 522); Blue value is 221 (86.72% from 255 or 42.34% from 522); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE5FDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FDD is #31A022. Grayscale: #8E8E8E. Windows color (decimal): -3252259 or 14507982. OLE color: 14507982.
HSL color Cylindrical-coordinate representation of color #CE5FDD: hue angle of 292.86º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CE5FDD is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 95 | 221 | - |
| CMYK | 0.07 | 0.57 | 0 | 0.13 |
| HSL | 292.86º | 0.65% | 0.62% | - |
| HSV(B) | 292.86º | 0.57% | 0.87% | - |
| XYZ | 42.6 | 26.53 | 71.28 | - |
| YUV | 142.55 | 172.27 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 221 | 0.07 | 0.57 | 0 | 0.13 | 292.86 | 0.65 | 0.62 |
| Hex | CE | 5F | DD | 7 | 39 | 0 | D | 125 | 41 | 3E |
| Octal | 316 | 137 | 335 | 7 | 71 | 0 | 15 | 445 | 101 | 76 |
| Binary | 11001110 | 1011111 | 11011101 | 111 | 111001 | 0 | 1101 | 100100101 | 1000001 | 111110 |
Color Harmonies of #CE5FDD
Complementary color
Monochromatic Colors of #CE5FDD
Black with #CE5FDD
Text Example
Text Example
White with #CE5FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FDD; }
p { color: rgb(206,95,221); }
H1.HeaderClassName
{
color: #CE5FDD;
}
.AnyTagClassName
{
color: #CE5FDD;
}
</style>
background-color css
<style>
a { background-color: #CE5FDD; }
a { background-color: rgb(206,95,221); }
div.DivClassName
{
background-color: #CE5FDD;
}
.BgClassName
{
background-color: #CE5FDD;
}
</style>
border-color css
<style>
span { border-color: #CE5FDD; }
span { border-color: rgb(206,95,221); }
td.TdClassName
{
border-color: #CE5FDD;
}
.TagClassName
{
border-color: #CE5FDD;
}
</style>