Shades of Medium Orchid #CE3FF0
Tints of Medium Orchid #CE3FF0
RGB
CMYK
RGB Variations
Color information
#CE3FF0 (or 0xCE3FF0) is known color: Medium Orchid. HEX triplet: CE, 3F and F0. RGB value is (206,63,240). Sum of RGB (Red+Green+Blue) = 206+63+240=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 63 (25% from 255 or 12.38% from 509); Blue value is 240 (94.14% from 255 or 47.15% from 509); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE3FF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3FF0 is #31C00F. Grayscale: #7D7D7D. Windows color (decimal): -3260432 or 15744974. OLE color: 15744974.
HSL color Cylindrical-coordinate representation of color #CE3FF0: hue angle of 288.47º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3FF0 is Cyan = 0.14, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 63 | 240 | - |
| CMYK | 0.14 | 0.74 | 0 | 0.06 |
| HSL | 288.47º | 0.86% | 0.59% | - |
| HSV(B) | 288.47º | 0.74% | 0.94% | - |
| XYZ | 42.96 | 22.97 | 84.61 | - |
| YUV | 125.94 | 192.38 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 63 | 240 | 0.14 | 0.74 | 0 | 0.06 | 288.47 | 0.86 | 0.59 |
| Hex | CE | 3F | F0 | E | 4A | 0 | 6 | 120 | 56 | 3B |
| Octal | 316 | 77 | 360 | 16 | 112 | 0 | 6 | 440 | 126 | 73 |
| Binary | 11001110 | 111111 | 11110000 | 1110 | 1001010 | 0 | 110 | 100100000 | 1010110 | 111011 |
Color Harmonies of #CE3FF0
Complementary color
Monochromatic Colors of #CE3FF0
Black with #CE3FF0
Text Example
Text Example
White with #CE3FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3FF0; }
p { color: rgb(206,63,240); }
H1.HeaderClassName
{
color: #CE3FF0;
}
.AnyTagClassName
{
color: #CE3FF0;
}
</style>
background-color css
<style>
a { background-color: #CE3FF0; }
a { background-color: rgb(206,63,240); }
div.DivClassName
{
background-color: #CE3FF0;
}
.BgClassName
{
background-color: #CE3FF0;
}
</style>
border-color css
<style>
span { border-color: #CE3FF0; }
span { border-color: rgb(206,63,240); }
td.TdClassName
{
border-color: #CE3FF0;
}
.TagClassName
{
border-color: #CE3FF0;
}
</style>