Shades of Medium Orchid #CE3FE6
Tints of Medium Orchid #CE3FE6
RGB
CMYK
RGB Variations
Color information
#CE3FE6 (or 0xCE3FE6) is known color: Medium Orchid. HEX triplet: CE, 3F and E6. RGB value is (206,63,230). Sum of RGB (Red+Green+Blue) = 206+63+230=499 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.28% from 499); Green value is 63 (25% from 255 or 12.63% from 499); Blue value is 230 (90.23% from 255 or 46.09% from 499); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE3FE6 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FE6 is #31C019. Grayscale: #7C7C7C. Windows color (decimal): -3260442 or 15089614. OLE color: 15089614.
HSL color Cylindrical-coordinate representation of color #CE3FE6: hue angle of 291.38º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3FE6 is Cyan = 0.10, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 63 | 230 | - |
| CMYK | 0.10 | 0.73 | 0 | 0.10 |
| HSL | 291.38º | 0.77% | 0.57% | - |
| HSV(B) | 291.38º | 0.73% | 0.9% | - |
| XYZ | 41.51 | 22.39 | 77 | - |
| YUV | 124.8 | 187.38 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 230 | 0.10 | 0.73 | 0 | 0.10 | 291.38 | 0.77 | 0.57 |
| Hex | CE | 3F | E6 | A | 49 | 0 | A | 123 | 4D | 39 |
| Octal | 316 | 77 | 346 | 12 | 111 | 0 | 12 | 443 | 115 | 71 |
| Binary | 11001110 | 111111 | 11100110 | 1010 | 1001001 | 0 | 1010 | 100100011 | 1001101 | 111001 |
Color Harmonies of #CE3FE6
Complementary color
Monochromatic Colors of #CE3FE6
Black with #CE3FE6
Text Example
Text Example
White with #CE3FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FE6; }
p { color: rgb(206,63,230); }
H1.HeaderClassName
{
color: #CE3FE6;
}
.AnyTagClassName
{
color: #CE3FE6;
}
</style>
background-color css
<style>
a { background-color: #CE3FE6; }
a { background-color: rgb(206,63,230); }
div.DivClassName
{
background-color: #CE3FE6;
}
.BgClassName
{
background-color: #CE3FE6;
}
</style>
border-color css
<style>
span { border-color: #CE3FE6; }
span { border-color: rgb(206,63,230); }
td.TdClassName
{
border-color: #CE3FE6;
}
.TagClassName
{
border-color: #CE3FE6;
}
</style>