Shades of Medium Orchid #CE40FC
Tints of Medium Orchid #CE40FC
RGB
CMYK
RGB Variations
Color information
#CE40FC (or 0xCE40FC) is known color: Medium Orchid. HEX triplet: CE, 40 and FC. RGB value is (206,64,252). Sum of RGB (Red+Green+Blue) = 206+64+252=522 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.46% from 522); Green value is 64 (25.39% from 255 or 12.26% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE40FC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE40FC is #31BF03. Grayscale: #7F7F7F. Windows color (decimal): -3260164 or 16531662. OLE color: 16531662.
HSL color Cylindrical-coordinate representation of color #CE40FC: hue angle of 285.32º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE40FC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 64 | 252 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.01 |
| HSL | 285.32º | 0.97% | 0.62% | - |
| HSV(B) | 285.32º | 0.75% | 0.99% | - |
| XYZ | 44.86 | 23.82 | 94.33 | - |
| YUV | 127.89 | 198.04 | 183.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 64 | 252 | 0.18 | 0.75 | 0 | 0.01 | 285.32 | 0.97 | 0.62 |
| Hex | CE | 40 | FC | 12 | 4B | 0 | 1 | 11D | 61 | 3E |
| Octal | 316 | 100 | 374 | 22 | 113 | 0 | 1 | 435 | 141 | 76 |
| Binary | 11001110 | 1000000 | 11111100 | 10010 | 1001011 | 0 | 1 | 100011101 | 1100001 | 111110 |
Color Harmonies of #CE40FC
Complementary color
Monochromatic Colors of #CE40FC
Black with #CE40FC
Text Example
Text Example
White with #CE40FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE40FC; }
p { color: rgb(206,64,252); }
H1.HeaderClassName
{
color: #CE40FC;
}
.AnyTagClassName
{
color: #CE40FC;
}
</style>
background-color css
<style>
a { background-color: #CE40FC; }
a { background-color: rgb(206,64,252); }
div.DivClassName
{
background-color: #CE40FC;
}
.BgClassName
{
background-color: #CE40FC;
}
</style>
border-color css
<style>
span { border-color: #CE40FC; }
span { border-color: rgb(206,64,252); }
td.TdClassName
{
border-color: #CE40FC;
}
.TagClassName
{
border-color: #CE40FC;
}
</style>