Shades of Medium Orchid #CE4EEA
Tints of Medium Orchid #CE4EEA
RGB
CMYK
RGB Variations
Color information
#CE4EEA (or 0xCE4EEA) is known color: Medium Orchid. HEX triplet: CE, 4E and EA. RGB value is (206,78,234). Sum of RGB (Red+Green+Blue) = 206+78+234=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 78 (30.86% from 255 or 15.06% from 518); Blue value is 234 (91.80% from 255 or 45.17% from 518); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE4EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE4EEA is #31B115. Grayscale: #858585. Windows color (decimal): -3256598 or 15355598. OLE color: 15355598.
HSL color Cylindrical-coordinate representation of color #CE4EEA: hue angle of 289.23º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CE4EEA is Cyan = 0.12, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 78 | 234 | - |
| CMYK | 0.12 | 0.67 | 0 | 0.08 |
| HSL | 289.23º | 0.79% | 0.61% | - |
| HSV(B) | 289.23º | 0.67% | 0.92% | - |
| XYZ | 43.03 | 24.51 | 80.31 | - |
| YUV | 134.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 78 | 234 | 0.12 | 0.67 | 0 | 0.08 | 289.23 | 0.79 | 0.61 |
| Hex | CE | 4E | EA | C | 43 | 0 | 8 | 121 | 4F | 3D |
| Octal | 316 | 116 | 352 | 14 | 103 | 0 | 10 | 441 | 117 | 75 |
| Binary | 11001110 | 1001110 | 11101010 | 1100 | 1000011 | 0 | 1000 | 100100001 | 1001111 | 111101 |
Color Harmonies of #CE4EEA
Complementary color
Monochromatic Colors of #CE4EEA
Black with #CE4EEA
Text Example
Text Example
White with #CE4EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4EEA; }
p { color: rgb(206,78,234); }
H1.HeaderClassName
{
color: #CE4EEA;
}
.AnyTagClassName
{
color: #CE4EEA;
}
</style>
background-color css
<style>
a { background-color: #CE4EEA; }
a { background-color: rgb(206,78,234); }
div.DivClassName
{
background-color: #CE4EEA;
}
.BgClassName
{
background-color: #CE4EEA;
}
</style>
border-color css
<style>
span { border-color: #CE4EEA; }
span { border-color: rgb(206,78,234); }
td.TdClassName
{
border-color: #CE4EEA;
}
.TagClassName
{
border-color: #CE4EEA;
}
</style>