Shades of Medium Orchid #CE40FE
Tints of Medium Orchid #CE40FE
RGB
CMYK
RGB Variations
Color information
#CE40FE (or 0xCE40FE) is known color: Medium Orchid. HEX triplet: CE, 40 and FE. RGB value is (206,64,254). Sum of RGB (Red+Green+Blue) = 206+64+254=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 64 (25.39% from 255 or 12.21% from 524); Blue value is 254 (99.61% from 255 or 48.47% from 524); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE40FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40FE is #31BF01. Grayscale: #7F7F7F. Windows color (decimal): -3260162 or 16662734. OLE color: 16662734.
HSL color Cylindrical-coordinate representation of color #CE40FE: hue angle of 284.84º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE40FE is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 64 | 254 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.00 |
| HSL | 284.84º | 0.99% | 0.62% | - |
| HSV(B) | 284.84º | 0.75% | 1% | - |
| XYZ | 45.18 | 23.94 | 96.01 | - |
| YUV | 128.12 | 199.04 | 183.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 254 | 0.19 | 0.75 | 0 | 0.00 | 284.84 | 0.99 | 0.62 |
| Hex | CE | 40 | FE | 13 | 4B | 0 | 0 | 11D | 63 | 3E |
| Octal | 316 | 100 | 376 | 23 | 113 | 0 | 0 | 435 | 143 | 76 |
| Binary | 11001110 | 1000000 | 11111110 | 10011 | 1001011 | 0 | 0 | 100011101 | 1100011 | 111110 |
Color Harmonies of #CE40FE
Complementary color
Monochromatic Colors of #CE40FE
Black with #CE40FE
Text Example
Text Example
White with #CE40FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40FE; }
p { color: rgb(206,64,254); }
H1.HeaderClassName
{
color: #CE40FE;
}
.AnyTagClassName
{
color: #CE40FE;
}
</style>
background-color css
<style>
a { background-color: #CE40FE; }
a { background-color: rgb(206,64,254); }
div.DivClassName
{
background-color: #CE40FE;
}
.BgClassName
{
background-color: #CE40FE;
}
</style>
border-color css
<style>
span { border-color: #CE40FE; }
span { border-color: rgb(206,64,254); }
td.TdClassName
{
border-color: #CE40FE;
}
.TagClassName
{
border-color: #CE40FE;
}
</style>