Shades of Medium Orchid #CE3AF5
Tints of Medium Orchid #CE3AF5
RGB
CMYK
RGB Variations
Color information
#CE3AF5 (or 0xCE3AF5) is known color: Medium Orchid. HEX triplet: CE, 3A and F5. RGB value is (206,58,245). Sum of RGB (Red+Green+Blue) = 206+58+245=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 58 (23.05% from 255 or 11.39% from 509); Blue value is 245 (96.09% from 255 or 48.13% from 509); Max value from RGB is 245 - color contains mainly: blue. Hex color #CE3AF5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AF5 is #31C50A. Grayscale: #7A7A7A. Windows color (decimal): -3261707 or 16071374. OLE color: 16071374.
HSL color Cylindrical-coordinate representation of color #CE3AF5: hue angle of 287.49º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3AF5 is Cyan = 0.16, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 206 | 58 | 245 | - |
| CMYK | 0.16 | 0.76 | 0 | 0.04 |
| HSL | 287.49º | 0.9% | 0.59% | - |
| HSV(B) | 287.49º | 0.76% | 0.96% | - |
| XYZ | 43.45 | 22.74 | 88.49 | - |
| YUV | 123.57 | 196.53 | 186.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 245 | 0.16 | 0.76 | 0 | 0.04 | 287.49 | 0.9 | 0.59 |
| Hex | CE | 3A | F5 | 10 | 4C | 0 | 4 | 11F | 5A | 3B |
| Octal | 316 | 72 | 365 | 20 | 114 | 0 | 4 | 437 | 132 | 73 |
| Binary | 11001110 | 111010 | 11110101 | 10000 | 1001100 | 0 | 100 | 100011111 | 1011010 | 111011 |
Color Harmonies of #CE3AF5
Complementary color
Monochromatic Colors of #CE3AF5
Black with #CE3AF5
Text Example
Text Example
White with #CE3AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AF5; }
p { color: rgb(206,58,245); }
H1.HeaderClassName
{
color: #CE3AF5;
}
.AnyTagClassName
{
color: #CE3AF5;
}
</style>
background-color css
<style>
a { background-color: #CE3AF5; }
a { background-color: rgb(206,58,245); }
div.DivClassName
{
background-color: #CE3AF5;
}
.BgClassName
{
background-color: #CE3AF5;
}
</style>
border-color css
<style>
span { border-color: #CE3AF5; }
span { border-color: rgb(206,58,245); }
td.TdClassName
{
border-color: #CE3AF5;
}
.TagClassName
{
border-color: #CE3AF5;
}
</style>