Shades of Medium Orchid #CE3CEE
Tints of Medium Orchid #CE3CEE
RGB
CMYK
RGB Variations
Color information
#CE3CEE (or 0xCE3CEE) is known color: Medium Orchid. HEX triplet: CE, 3C and EE. RGB value is (206,60,238). Sum of RGB (Red+Green+Blue) = 206+60+238=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 60 (23.83% from 255 or 11.90% from 504); Blue value is 238 (93.36% from 255 or 47.22% from 504); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE3CEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3CEE is #31C311. Grayscale: #7B7B7B. Windows color (decimal): -3261202 or 15613134. OLE color: 15613134.
HSL color Cylindrical-coordinate representation of color #CE3CEE: hue angle of 289.21º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE3CEE is Cyan = 0.13, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 60 | 238 | - |
| CMYK | 0.13 | 0.75 | 0 | 0.07 |
| HSL | 289.21º | 0.84% | 0.58% | - |
| HSV(B) | 289.21º | 0.75% | 0.93% | - |
| XYZ | 42.5 | 22.53 | 83 | - |
| YUV | 123.95 | 192.37 | 186.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 60 | 238 | 0.13 | 0.75 | 0 | 0.07 | 289.21 | 0.84 | 0.58 |
| Hex | CE | 3C | EE | D | 4B | 0 | 7 | 121 | 54 | 3A |
| Octal | 316 | 74 | 356 | 15 | 113 | 0 | 7 | 441 | 124 | 72 |
| Binary | 11001110 | 111100 | 11101110 | 1101 | 1001011 | 0 | 111 | 100100001 | 1010100 | 111010 |
Color Harmonies of #CE3CEE
Complementary color
Monochromatic Colors of #CE3CEE
Black with #CE3CEE
Text Example
Text Example
White with #CE3CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3CEE; }
p { color: rgb(206,60,238); }
H1.HeaderClassName
{
color: #CE3CEE;
}
.AnyTagClassName
{
color: #CE3CEE;
}
</style>
background-color css
<style>
a { background-color: #CE3CEE; }
a { background-color: rgb(206,60,238); }
div.DivClassName
{
background-color: #CE3CEE;
}
.BgClassName
{
background-color: #CE3CEE;
}
</style>
border-color css
<style>
span { border-color: #CE3CEE; }
span { border-color: rgb(206,60,238); }
td.TdClassName
{
border-color: #CE3CEE;
}
.TagClassName
{
border-color: #CE3CEE;
}
</style>