Shades of Medium Orchid #CE4AEA
Tints of Medium Orchid #CE4AEA
RGB
CMYK
RGB Variations
Color information
#CE4AEA (or 0xCE4AEA) is known color: Medium Orchid. HEX triplet: CE, 4A and EA. RGB value is (206,74,234). Sum of RGB (Red+Green+Blue) = 206+74+234=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 74 (29.30% from 255 or 14.40% from 514); Blue value is 234 (91.80% from 255 or 45.53% from 514); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE4AEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE4AEA is #31B515. Grayscale: #838383. Windows color (decimal): -3257622 or 15354574. OLE color: 15354574.
HSL color Cylindrical-coordinate representation of color #CE4AEA: hue angle of 289.5º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CE4AEA is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 74 | 234 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.08 |
| HSL | 289.5º | 0.79% | 0.6% | - |
| HSV(B) | 289.5º | 0.68% | 0.92% | - |
| XYZ | 42.75 | 23.96 | 80.21 | - |
| YUV | 131.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 74 | 234 | 0.12 | 0.68 | 0 | 0.08 | 289.5 | 0.79 | 0.6 |
| Hex | CE | 4A | EA | C | 44 | 0 | 8 | 122 | 4F | 3C |
| Octal | 316 | 112 | 352 | 14 | 104 | 0 | 10 | 442 | 117 | 74 |
| Binary | 11001110 | 1001010 | 11101010 | 1100 | 1000100 | 0 | 1000 | 100100010 | 1001111 | 111100 |
Color Harmonies of #CE4AEA
Complementary color
Monochromatic Colors of #CE4AEA
Black with #CE4AEA
Text Example
Text Example
White with #CE4AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE4AEA; }
p { color: rgb(206,74,234); }
H1.HeaderClassName
{
color: #CE4AEA;
}
.AnyTagClassName
{
color: #CE4AEA;
}
</style>
background-color css
<style>
a { background-color: #CE4AEA; }
a { background-color: rgb(206,74,234); }
div.DivClassName
{
background-color: #CE4AEA;
}
.BgClassName
{
background-color: #CE4AEA;
}
</style>
border-color css
<style>
span { border-color: #CE4AEA; }
span { border-color: rgb(206,74,234); }
td.TdClassName
{
border-color: #CE4AEA;
}
.TagClassName
{
border-color: #CE4AEA;
}
</style>