Shades of Medium Orchid #CE3EFC
Tints of Medium Orchid #CE3EFC
RGB
CMYK
RGB Variations
Color information
#CE3EFC (or 0xCE3EFC) is known color: Medium Orchid. HEX triplet: CE, 3E and FC. RGB value is (206,62,252). Sum of RGB (Red+Green+Blue) = 206+62+252=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 62 (24.61% from 255 or 11.92% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE3EFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3EFC is #31C103. Grayscale: #7E7E7E. Windows color (decimal): -3260676 or 16531150. OLE color: 16531150.
HSL color Cylindrical-coordinate representation of color #CE3EFC: hue angle of 285.47º 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 #CE3EFC is Cyan = 0.18, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 62 | 252 | - |
| CMYK | 0.18 | 0.75 | 0 | 0.01 |
| HSL | 285.47º | 0.97% | 0.62% | - |
| HSV(B) | 285.47º | 0.75% | 0.99% | - |
| XYZ | 44.75 | 23.6 | 94.29 | - |
| YUV | 126.72 | 198.71 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 252 | 0.18 | 0.75 | 0 | 0.01 | 285.47 | 0.97 | 0.62 |
| Hex | CE | 3E | FC | 12 | 4B | 0 | 1 | 11D | 61 | 3E |
| Octal | 316 | 76 | 374 | 22 | 113 | 0 | 1 | 435 | 141 | 76 |
| Binary | 11001110 | 111110 | 11111100 | 10010 | 1001011 | 0 | 1 | 100011101 | 1100001 | 111110 |
Color Harmonies of #CE3EFC
Complementary color
Monochromatic Colors of #CE3EFC
Black with #CE3EFC
Text Example
Text Example
White with #CE3EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3EFC; }
p { color: rgb(206,62,252); }
H1.HeaderClassName
{
color: #CE3EFC;
}
.AnyTagClassName
{
color: #CE3EFC;
}
</style>
background-color css
<style>
a { background-color: #CE3EFC; }
a { background-color: rgb(206,62,252); }
div.DivClassName
{
background-color: #CE3EFC;
}
.BgClassName
{
background-color: #CE3EFC;
}
</style>
border-color css
<style>
span { border-color: #CE3EFC; }
span { border-color: rgb(206,62,252); }
td.TdClassName
{
border-color: #CE3EFC;
}
.TagClassName
{
border-color: #CE3EFC;
}
</style>