Shades of Medium Orchid #CE4DDD
Tints of Medium Orchid #CE4DDD
RGB
CMYK
RGB Variations
Color information
#CE4DDD (or 0xCE4DDD) is known color: Medium Orchid. HEX triplet: CE, 4D and DD. RGB value is (206,77,221). Sum of RGB (Red+Green+Blue) = 206+77+221=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 77 (30.47% from 255 or 15.28% from 504); Blue value is 221 (86.72% from 255 or 43.85% from 504); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE4DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE4DDD is #31B222. Grayscale: #838383. Windows color (decimal): -3256867 or 14503374. OLE color: 14503374.
HSL color Cylindrical-coordinate representation of color #CE4DDD: hue angle of 293.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CE4DDD is Cyan = 0.07, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 77 | 221 | - |
| CMYK | 0.07 | 0.65 | 0 | 0.13 |
| HSL | 293.75º | 0.68% | 0.58% | - |
| HSV(B) | 293.75º | 0.65% | 0.87% | - |
| XYZ | 41.16 | 23.65 | 70.8 | - |
| YUV | 131.99 | 178.24 | 180.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 77 | 221 | 0.07 | 0.65 | 0 | 0.13 | 293.75 | 0.68 | 0.58 |
| Hex | CE | 4D | DD | 7 | 41 | 0 | D | 126 | 44 | 3A |
| Octal | 316 | 115 | 335 | 7 | 101 | 0 | 15 | 446 | 104 | 72 |
| Binary | 11001110 | 1001101 | 11011101 | 111 | 1000001 | 0 | 1101 | 100100110 | 1000100 | 111010 |
Color Harmonies of #CE4DDD
Complementary color
Monochromatic Colors of #CE4DDD
Black with #CE4DDD
Text Example
Text Example
White with #CE4DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4DDD; }
p { color: rgb(206,77,221); }
H1.HeaderClassName
{
color: #CE4DDD;
}
.AnyTagClassName
{
color: #CE4DDD;
}
</style>
background-color css
<style>
a { background-color: #CE4DDD; }
a { background-color: rgb(206,77,221); }
div.DivClassName
{
background-color: #CE4DDD;
}
.BgClassName
{
background-color: #CE4DDD;
}
</style>
border-color css
<style>
span { border-color: #CE4DDD; }
span { border-color: rgb(206,77,221); }
td.TdClassName
{
border-color: #CE4DDD;
}
.TagClassName
{
border-color: #CE4DDD;
}
</style>