Shades of Medium Orchid #CE3AF0
Tints of Medium Orchid #CE3AF0
RGB
CMYK
RGB Variations
Color information
#CE3AF0 (or 0xCE3AF0) is known color: Medium Orchid. HEX triplet: CE, 3A and F0. RGB value is (206,58,240). Sum of RGB (Red+Green+Blue) = 206+58+240=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 58 (23.05% from 255 or 11.51% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE3AF0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AF0 is #31C50F. Grayscale: #7A7A7A. Windows color (decimal): -3261712 or 15743694. OLE color: 15743694.
HSL color Cylindrical-coordinate representation of color #CE3AF0: hue angle of 288.79º degrees, saturation: 0.86, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3AF0 is Cyan = 0.14, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 58 | 240 | - |
| CMYK | 0.14 | 0.76 | 0 | 0.06 |
| HSL | 288.79º | 0.86% | 0.58% | - |
| HSV(B) | 288.79º | 0.76% | 0.94% | - |
| XYZ | 42.69 | 22.44 | 84.52 | - |
| YUV | 123 | 194.03 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 240 | 0.14 | 0.76 | 0 | 0.06 | 288.79 | 0.86 | 0.58 |
| Hex | CE | 3A | F0 | E | 4C | 0 | 6 | 121 | 56 | 3A |
| Octal | 316 | 72 | 360 | 16 | 114 | 0 | 6 | 441 | 126 | 72 |
| Binary | 11001110 | 111010 | 11110000 | 1110 | 1001100 | 0 | 110 | 100100001 | 1010110 | 111010 |
Color Harmonies of #CE3AF0
Complementary color
Monochromatic Colors of #CE3AF0
Black with #CE3AF0
Text Example
Text Example
White with #CE3AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AF0; }
p { color: rgb(206,58,240); }
H1.HeaderClassName
{
color: #CE3AF0;
}
.AnyTagClassName
{
color: #CE3AF0;
}
</style>
background-color css
<style>
a { background-color: #CE3AF0; }
a { background-color: rgb(206,58,240); }
div.DivClassName
{
background-color: #CE3AF0;
}
.BgClassName
{
background-color: #CE3AF0;
}
</style>
border-color css
<style>
span { border-color: #CE3AF0; }
span { border-color: rgb(206,58,240); }
td.TdClassName
{
border-color: #CE3AF0;
}
.TagClassName
{
border-color: #CE3AF0;
}
</style>