Shades of Medium Orchid #CE34E6
Tints of Medium Orchid #CE34E6
RGB
CMYK
RGB Variations
Color information
#CE34E6 (or 0xCE34E6) is known color: Medium Orchid. HEX triplet: CE, 34 and E6. RGB value is (206,52,230). Sum of RGB (Red+Green+Blue) = 206+52+230=488 (64% of max value = 765). Red value is 206 (80.86% from 255 or 42.21% from 488); Green value is 52 (20.70% from 255 or 10.66% from 488); Blue value is 230 (90.23% from 255 or 47.13% from 488); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE34E6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE34E6 is #31CB19. Grayscale: #757575. Windows color (decimal): -3263258 or 15086798. OLE color: 15086798.
HSL color Cylindrical-coordinate representation of color #CE34E6: hue angle of 291.91º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE34E6 is Cyan = 0.10, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 52 | 230 | - |
| CMYK | 0.10 | 0.77 | 0 | 0.10 |
| HSL | 291.91º | 0.78% | 0.55% | - |
| HSV(B) | 291.91º | 0.77% | 0.9% | - |
| XYZ | 40.96 | 21.29 | 76.81 | - |
| YUV | 118.34 | 191.02 | 190.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 230 | 0.10 | 0.77 | 0 | 0.10 | 291.91 | 0.78 | 0.55 |
| Hex | CE | 34 | E6 | A | 4D | 0 | A | 124 | 4E | 37 |
| Octal | 316 | 64 | 346 | 12 | 115 | 0 | 12 | 444 | 116 | 67 |
| Binary | 11001110 | 110100 | 11100110 | 1010 | 1001101 | 0 | 1010 | 100100100 | 1001110 | 110111 |
Color Harmonies of #CE34E6
Complementary color
Monochromatic Colors of #CE34E6
Black with #CE34E6
Text Example
Text Example
White with #CE34E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE34E6; }
p { color: rgb(206,52,230); }
H1.HeaderClassName
{
color: #CE34E6;
}
.AnyTagClassName
{
color: #CE34E6;
}
</style>
background-color css
<style>
a { background-color: #CE34E6; }
a { background-color: rgb(206,52,230); }
div.DivClassName
{
background-color: #CE34E6;
}
.BgClassName
{
background-color: #CE34E6;
}
</style>
border-color css
<style>
span { border-color: #CE34E6; }
span { border-color: rgb(206,52,230); }
td.TdClassName
{
border-color: #CE34E6;
}
.TagClassName
{
border-color: #CE34E6;
}
</style>