Shades of Medium Orchid #CE55D7
Tints of Medium Orchid #CE55D7
RGB
CMYK
RGB Variations
Color information
#CE55D7 (or 0xCE55D7) is known color: Medium Orchid. HEX triplet: CE, 55 and D7. RGB value is (206,85,215). Sum of RGB (Red+Green+Blue) = 206+85+215=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 85 (33.59% from 255 or 16.80% from 506); Blue value is 215 (84.38% from 255 or 42.49% from 506); Max value from RGB is 215 - color contains mainly: blue. Hex color #CE55D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE55D7 is #31AA28. Grayscale: #878787. Windows color (decimal): -3254825 or 14112206. OLE color: 14112206.
HSL color Cylindrical-coordinate representation of color #CE55D7: hue angle of 295.85º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CE55D7 is Cyan = 0.04, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 85 | 215 | - |
| CMYK | 0.04 | 0.60 | 0 | 0.16 |
| HSL | 295.85º | 0.62% | 0.59% | - |
| HSV(B) | 295.85º | 0.6% | 0.84% | - |
| XYZ | 40.97 | 24.53 | 66.86 | - |
| YUV | 136 | 172.59 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 215 | 0.04 | 0.60 | 0 | 0.16 | 295.85 | 0.62 | 0.59 |
| Hex | CE | 55 | D7 | 4 | 3C | 0 | 10 | 128 | 3E | 3B |
| Octal | 316 | 125 | 327 | 4 | 74 | 0 | 20 | 450 | 76 | 73 |
| Binary | 11001110 | 1010101 | 11010111 | 100 | 111100 | 0 | 10000 | 100101000 | 111110 | 111011 |
Color Harmonies of #CE55D7
Complementary color
Monochromatic Colors of #CE55D7
Black with #CE55D7
Text Example
Text Example
White with #CE55D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55D7; }
p { color: rgb(206,85,215); }
H1.HeaderClassName
{
color: #CE55D7;
}
.AnyTagClassName
{
color: #CE55D7;
}
</style>
background-color css
<style>
a { background-color: #CE55D7; }
a { background-color: rgb(206,85,215); }
div.DivClassName
{
background-color: #CE55D7;
}
.BgClassName
{
background-color: #CE55D7;
}
</style>
border-color css
<style>
span { border-color: #CE55D7; }
span { border-color: rgb(206,85,215); }
td.TdClassName
{
border-color: #CE55D7;
}
.TagClassName
{
border-color: #CE55D7;
}
</style>