Shades of Medium Orchid #CE3FEE
Tints of Medium Orchid #CE3FEE
RGB
CMYK
RGB Variations
Color information
#CE3FEE (or 0xCE3FEE) is known color: Medium Orchid. HEX triplet: CE, 3F and EE. RGB value is (206,63,238). Sum of RGB (Red+Green+Blue) = 206+63+238=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 63 (25% from 255 or 12.43% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #CE3FEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FEE is #31C011. Grayscale: #7D7D7D. Windows color (decimal): -3260434 or 15613902. OLE color: 15613902.
HSL color Cylindrical-coordinate representation of color #CE3FEE: hue angle of 289.03º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3FEE is Cyan = 0.13, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 206 | 63 | 238 | - |
| CMYK | 0.13 | 0.74 | 0 | 0.07 |
| HSL | 289.03º | 0.84% | 0.59% | - |
| HSV(B) | 289.03º | 0.74% | 0.93% | - |
| XYZ | 42.66 | 22.85 | 83.05 | - |
| YUV | 125.71 | 191.38 | 185.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 238 | 0.13 | 0.74 | 0 | 0.07 | 289.03 | 0.84 | 0.59 |
| Hex | CE | 3F | EE | D | 4A | 0 | 7 | 121 | 54 | 3B |
| Octal | 316 | 77 | 356 | 15 | 112 | 0 | 7 | 441 | 124 | 73 |
| Binary | 11001110 | 111111 | 11101110 | 1101 | 1001010 | 0 | 111 | 100100001 | 1010100 | 111011 |
Color Harmonies of #CE3FEE
Complementary color
Monochromatic Colors of #CE3FEE
Black with #CE3FEE
Text Example
Text Example
White with #CE3FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FEE; }
p { color: rgb(206,63,238); }
H1.HeaderClassName
{
color: #CE3FEE;
}
.AnyTagClassName
{
color: #CE3FEE;
}
</style>
background-color css
<style>
a { background-color: #CE3FEE; }
a { background-color: rgb(206,63,238); }
div.DivClassName
{
background-color: #CE3FEE;
}
.BgClassName
{
background-color: #CE3FEE;
}
</style>
border-color css
<style>
span { border-color: #CE3FEE; }
span { border-color: rgb(206,63,238); }
td.TdClassName
{
border-color: #CE3FEE;
}
.TagClassName
{
border-color: #CE3FEE;
}
</style>