Shades of Medium Orchid #CE55E7
Tints of Medium Orchid #CE55E7
RGB
CMYK
RGB Variations
Color information
#CE55E7 (or 0xCE55E7) is known color: Medium Orchid. HEX triplet: CE, 55 and E7. RGB value is (206,85,231). Sum of RGB (Red+Green+Blue) = 206+85+231=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 85 (33.59% from 255 or 16.28% from 522); Blue value is 231 (90.62% from 255 or 44.25% from 522); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE55E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE55E7 is #31AA18. Grayscale: #898989. Windows color (decimal): -3254809 or 15160782. OLE color: 15160782.
HSL color Cylindrical-coordinate representation of color #CE55E7: hue angle of 289.73º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CE55E7 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 85 | 231 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.09 |
| HSL | 289.73º | 0.75% | 0.62% | - |
| HSV(B) | 289.73º | 0.63% | 0.91% | - |
| XYZ | 43.13 | 25.39 | 78.23 | - |
| YUV | 137.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 85 | 231 | 0.11 | 0.63 | 0 | 0.09 | 289.73 | 0.75 | 0.62 |
| Hex | CE | 55 | E7 | B | 3F | 0 | 9 | 122 | 4B | 3E |
| Octal | 316 | 125 | 347 | 13 | 77 | 0 | 11 | 442 | 113 | 76 |
| Binary | 11001110 | 1010101 | 11100111 | 1011 | 111111 | 0 | 1001 | 100100010 | 1001011 | 111110 |
Color Harmonies of #CE55E7
Complementary color
Monochromatic Colors of #CE55E7
Black with #CE55E7
Text Example
Text Example
White with #CE55E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE55E7; }
p { color: rgb(206,85,231); }
H1.HeaderClassName
{
color: #CE55E7;
}
.AnyTagClassName
{
color: #CE55E7;
}
</style>
background-color css
<style>
a { background-color: #CE55E7; }
a { background-color: rgb(206,85,231); }
div.DivClassName
{
background-color: #CE55E7;
}
.BgClassName
{
background-color: #CE55E7;
}
</style>
border-color css
<style>
span { border-color: #CE55E7; }
span { border-color: rgb(206,85,231); }
td.TdClassName
{
border-color: #CE55E7;
}
.TagClassName
{
border-color: #CE55E7;
}
</style>