Shades of Medium Orchid #CE3CEA
Tints of Medium Orchid #CE3CEA
RGB
CMYK
RGB Variations
Color information
#CE3CEA (or 0xCE3CEA) is known color: Medium Orchid. HEX triplet: CE, 3C and EA. RGB value is (206,60,234). Sum of RGB (Red+Green+Blue) = 206+60+234=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 60 (23.83% from 255 or 12% from 500); Blue value is 234 (91.80% from 255 or 46.8% from 500); Max value from RGB is 234 - color contains mainly: blue. Hex color #CE3CEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CEA is #31C315. Grayscale: #7A7A7A. Windows color (decimal): -3261206 or 15350990. OLE color: 15350990.
HSL color Cylindrical-coordinate representation of color #CE3CEA: hue angle of 290.34º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3CEA is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 206 | 60 | 234 | - |
| CMYK | 0.12 | 0.74 | 0 | 0.08 |
| HSL | 290.34º | 0.81% | 0.58% | - |
| HSV(B) | 290.34º | 0.74% | 0.92% | - |
| XYZ | 41.92 | 22.29 | 79.94 | - |
| YUV | 123.49 | 190.37 | 186.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 234 | 0.12 | 0.74 | 0 | 0.08 | 290.34 | 0.81 | 0.58 |
| Hex | CE | 3C | EA | C | 4A | 0 | 8 | 122 | 51 | 3A |
| Octal | 316 | 74 | 352 | 14 | 112 | 0 | 10 | 442 | 121 | 72 |
| Binary | 11001110 | 111100 | 11101010 | 1100 | 1001010 | 0 | 1000 | 100100010 | 1010001 | 111010 |
Color Harmonies of #CE3CEA
Complementary color
Monochromatic Colors of #CE3CEA
Black with #CE3CEA
Text Example
Text Example
White with #CE3CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CEA; }
p { color: rgb(206,60,234); }
H1.HeaderClassName
{
color: #CE3CEA;
}
.AnyTagClassName
{
color: #CE3CEA;
}
</style>
background-color css
<style>
a { background-color: #CE3CEA; }
a { background-color: rgb(206,60,234); }
div.DivClassName
{
background-color: #CE3CEA;
}
.BgClassName
{
background-color: #CE3CEA;
}
</style>
border-color css
<style>
span { border-color: #CE3CEA; }
span { border-color: rgb(206,60,234); }
td.TdClassName
{
border-color: #CE3CEA;
}
.TagClassName
{
border-color: #CE3CEA;
}
</style>