Shades of Medium Orchid #CE45DD
Tints of Medium Orchid #CE45DD
RGB
CMYK
RGB Variations
Color information
#CE45DD (or 0xCE45DD) is known color: Medium Orchid. HEX triplet: CE, 45 and DD. RGB value is (206,69,221). Sum of RGB (Red+Green+Blue) = 206+69+221=496 (65% of max value = 765). Red value is 206 (80.86% from 255 or 41.53% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 221 - color contains mainly: blue. Hex color #CE45DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE45DD is #31BA22. Grayscale: #7E7E7E. Windows color (decimal): -3258915 or 14501326. OLE color: 14501326.
HSL color Cylindrical-coordinate representation of color #CE45DD: hue angle of 294.08º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE45DD is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 206 | 69 | 221 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.13 |
| HSL | 294.08º | 0.69% | 0.57% | - |
| HSV(B) | 294.08º | 0.69% | 0.87% | - |
| XYZ | 40.63 | 22.6 | 70.63 | - |
| YUV | 127.29 | 180.89 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 69 | 221 | 0.07 | 0.69 | 0 | 0.13 | 294.08 | 0.69 | 0.57 |
| Hex | CE | 45 | DD | 7 | 45 | 0 | D | 126 | 45 | 39 |
| Octal | 316 | 105 | 335 | 7 | 105 | 0 | 15 | 446 | 105 | 71 |
| Binary | 11001110 | 1000101 | 11011101 | 111 | 1000101 | 0 | 1101 | 100100110 | 1000101 | 111001 |
Color Harmonies of #CE45DD
Complementary color
Monochromatic Colors of #CE45DD
Black with #CE45DD
Text Example
Text Example
White with #CE45DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE45DD; }
p { color: rgb(206,69,221); }
H1.HeaderClassName
{
color: #CE45DD;
}
.AnyTagClassName
{
color: #CE45DD;
}
</style>
background-color css
<style>
a { background-color: #CE45DD; }
a { background-color: rgb(206,69,221); }
div.DivClassName
{
background-color: #CE45DD;
}
.BgClassName
{
background-color: #CE45DD;
}
</style>
border-color css
<style>
span { border-color: #CE45DD; }
span { border-color: rgb(206,69,221); }
td.TdClassName
{
border-color: #CE45DD;
}
.TagClassName
{
border-color: #CE45DD;
}
</style>