Shades of Medium Orchid #CE42EA
Tints of Medium Orchid #CE42EA
RGB
CMYK
RGB Variations
Color information
#CE42EA (or 0xCE42EA) is known color: Medium Orchid. HEX triplet: CE, 42 and EA. RGB value is (206,66,234). Sum of RGB (Red+Green+Blue) = 206+66+234=506 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.71% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 234 (91.80% from 255 or 46.25% from 506); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE42EA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE42EA is #31BD15. Grayscale: #7E7E7E. Windows color (decimal): -3259670 or 15352526. OLE color: 15352526.
HSL color Cylindrical-coordinate representation of color #CE42EA: hue angle of 290º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE42EA is Cyan = 0.12, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 66 | 234 | - |
| CMYK | 0.12 | 0.72 | 0 | 0.08 |
| HSL | 290º | 0.8% | 0.59% | - |
| HSV(B) | 290º | 0.72% | 0.92% | - |
| XYZ | 42.25 | 22.96 | 80.05 | - |
| YUV | 127.01 | 188.38 | 184.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 66 | 234 | 0.12 | 0.72 | 0 | 0.08 | 290 | 0.8 | 0.59 |
| Hex | CE | 42 | EA | C | 48 | 0 | 8 | 122 | 50 | 3B |
| Octal | 316 | 102 | 352 | 14 | 110 | 0 | 10 | 442 | 120 | 73 |
| Binary | 11001110 | 1000010 | 11101010 | 1100 | 1001000 | 0 | 1000 | 100100010 | 1010000 | 111011 |
Color Harmonies of #CE42EA
Complementary color
Monochromatic Colors of #CE42EA
Black with #CE42EA
Text Example
Text Example
White with #CE42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE42EA; }
p { color: rgb(206,66,234); }
H1.HeaderClassName
{
color: #CE42EA;
}
.AnyTagClassName
{
color: #CE42EA;
}
</style>
background-color css
<style>
a { background-color: #CE42EA; }
a { background-color: rgb(206,66,234); }
div.DivClassName
{
background-color: #CE42EA;
}
.BgClassName
{
background-color: #CE42EA;
}
</style>
border-color css
<style>
span { border-color: #CE42EA; }
span { border-color: rgb(206,66,234); }
td.TdClassName
{
border-color: #CE42EA;
}
.TagClassName
{
border-color: #CE42EA;
}
</style>