Shades of Medium Orchid #CE30E8
Tints of Medium Orchid #CE30E8
RGB
CMYK
RGB Variations
Color information
#CE30E8 (or 0xCE30E8) is known color: Medium Orchid. HEX triplet: CE, 30 and E8. RGB value is (206,48,232). Sum of RGB (Red+Green+Blue) = 206+48+232=486 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.39% from 486); Green value is 48 (19.14% from 255 or 9.88% from 486); Blue value is 232 (91.02% from 255 or 47.74% from 486); Max value from RGB is 232 - color contains mainly: blue. Hex color #CE30E8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE30E8 is #31CF17. Grayscale: #737373. Windows color (decimal): -3264280 or 15216846. OLE color: 15216846.
HSL color Cylindrical-coordinate representation of color #CE30E8: hue angle of 291.52º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CE30E8 is Cyan = 0.11, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 48 | 232 | - |
| CMYK | 0.11 | 0.79 | 0 | 0.09 |
| HSL | 291.52º | 0.8% | 0.55% | - |
| HSV(B) | 291.52º | 0.79% | 0.91% | - |
| XYZ | 41.08 | 21.06 | 78.24 | - |
| YUV | 116.22 | 193.35 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 232 | 0.11 | 0.79 | 0 | 0.09 | 291.52 | 0.8 | 0.55 |
| Hex | CE | 30 | E8 | B | 4F | 0 | 9 | 124 | 50 | 37 |
| Octal | 316 | 60 | 350 | 13 | 117 | 0 | 11 | 444 | 120 | 67 |
| Binary | 11001110 | 110000 | 11101000 | 1011 | 1001111 | 0 | 1001 | 100100100 | 1010000 | 110111 |
Color Harmonies of #CE30E8
Complementary color
Monochromatic Colors of #CE30E8
Black with #CE30E8
Text Example
Text Example
White with #CE30E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE30E8; }
p { color: rgb(206,48,232); }
H1.HeaderClassName
{
color: #CE30E8;
}
.AnyTagClassName
{
color: #CE30E8;
}
</style>
background-color css
<style>
a { background-color: #CE30E8; }
a { background-color: rgb(206,48,232); }
div.DivClassName
{
background-color: #CE30E8;
}
.BgClassName
{
background-color: #CE30E8;
}
</style>
border-color css
<style>
span { border-color: #CE30E8; }
span { border-color: rgb(206,48,232); }
td.TdClassName
{
border-color: #CE30E8;
}
.TagClassName
{
border-color: #CE30E8;
}
</style>