Shades of Medium Orchid #CE3FE7
Tints of Medium Orchid #CE3FE7
RGB
CMYK
RGB Variations
Color information
#CE3FE7 (or 0xCE3FE7) is known color: Medium Orchid. HEX triplet: CE, 3F and E7. RGB value is (206,63,231). Sum of RGB (Red+Green+Blue) = 206+63+231=500 (66% of max value = 765). Red value is 206 (80.86% from 255 or 41.2% from 500); Green value is 63 (25% from 255 or 12.6% from 500); Blue value is 231 (90.62% from 255 or 46.2% from 500); Max value from RGB is 231 - color contains mainly: blue. Hex color #CE3FE7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FE7 is #31C018. Grayscale: #7C7C7C. Windows color (decimal): -3260441 or 15155150. OLE color: 15155150.
HSL color Cylindrical-coordinate representation of color #CE3FE7: hue angle of 291.07º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3FE7 is Cyan = 0.11, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 206 | 63 | 231 | - |
| CMYK | 0.11 | 0.73 | 0 | 0.09 |
| HSL | 291.07º | 0.78% | 0.58% | - |
| HSV(B) | 291.07º | 0.73% | 0.91% | - |
| XYZ | 41.65 | 22.45 | 77.74 | - |
| YUV | 124.91 | 187.88 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 231 | 0.11 | 0.73 | 0 | 0.09 | 291.07 | 0.78 | 0.58 |
| Hex | CE | 3F | E7 | B | 49 | 0 | 9 | 123 | 4E | 3A |
| Octal | 316 | 77 | 347 | 13 | 111 | 0 | 11 | 443 | 116 | 72 |
| Binary | 11001110 | 111111 | 11100111 | 1011 | 1001001 | 0 | 1001 | 100100011 | 1001110 | 111010 |
Color Harmonies of #CE3FE7
Complementary color
Monochromatic Colors of #CE3FE7
Black with #CE3FE7
Text Example
Text Example
White with #CE3FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FE7; }
p { color: rgb(206,63,231); }
H1.HeaderClassName
{
color: #CE3FE7;
}
.AnyTagClassName
{
color: #CE3FE7;
}
</style>
background-color css
<style>
a { background-color: #CE3FE7; }
a { background-color: rgb(206,63,231); }
div.DivClassName
{
background-color: #CE3FE7;
}
.BgClassName
{
background-color: #CE3FE7;
}
</style>
border-color css
<style>
span { border-color: #CE3FE7; }
span { border-color: rgb(206,63,231); }
td.TdClassName
{
border-color: #CE3FE7;
}
.TagClassName
{
border-color: #CE3FE7;
}
</style>