Shades of Medium Orchid #CE60E7
Tints of Medium Orchid #CE60E7
RGB
CMYK
RGB Variations
Color information
#CE60E7 (or 0xCE60E7) is known color: Medium Orchid. HEX triplet: CE, 60 and E7. RGB value is (206,96,231). Sum of RGB (Red+Green+Blue) = 206+96+231=533 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.65% from 533); Green value is 96 (37.89% from 255 or 18.01% from 533); Blue value is 231 (90.62% from 255 or 43.34% from 533); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE60E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE60E7 is #319F18. Grayscale: #8F8F8F. Windows color (decimal): -3251993 or 15163598. OLE color: 15163598.
HSL color Cylindrical-coordinate representation of color #CE60E7: hue angle of 288.89º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE60E7 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 96 | 231 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.09 |
| HSL | 288.89º | 0.74% | 0.64% | - |
| HSV(B) | 288.89º | 0.58% | 0.91% | - |
| XYZ | 44.06 | 27.26 | 78.54 | - |
| YUV | 144.28 | 176.94 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 231 | 0.11 | 0.58 | 0 | 0.09 | 288.89 | 0.74 | 0.64 |
| Hex | CE | 60 | E7 | B | 3A | 0 | 9 | 121 | 4A | 40 |
| Octal | 316 | 140 | 347 | 13 | 72 | 0 | 11 | 441 | 112 | 100 |
| Binary | 11001110 | 1100000 | 11100111 | 1011 | 111010 | 0 | 1001 | 100100001 | 1001010 | 1000000 |
Color Harmonies of #CE60E7
Complementary color
Monochromatic Colors of #CE60E7
Black with #CE60E7
Text Example
Text Example
White with #CE60E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE60E7; }
p { color: rgb(206,96,231); }
H1.HeaderClassName
{
color: #CE60E7;
}
.AnyTagClassName
{
color: #CE60E7;
}
</style>
background-color css
<style>
a { background-color: #CE60E7; }
a { background-color: rgb(206,96,231); }
div.DivClassName
{
background-color: #CE60E7;
}
.BgClassName
{
background-color: #CE60E7;
}
</style>
border-color css
<style>
span { border-color: #CE60E7; }
span { border-color: rgb(206,96,231); }
td.TdClassName
{
border-color: #CE60E7;
}
.TagClassName
{
border-color: #CE60E7;
}
</style>