Shades of Medium Orchid #CE3AF1
Tints of Medium Orchid #CE3AF1
RGB
CMYK
RGB Variations
Color information
#CE3AF1 (or 0xCE3AF1) is known color: Medium Orchid. HEX triplet: CE, 3A and F1. RGB value is (206,58,241). Sum of RGB (Red+Green+Blue) = 206+58+241=505 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.79% from 505); Green value is 58 (23.05% from 255 or 11.49% from 505); Blue value is 241 (94.53% from 255 or 47.72% from 505); Max value from RGB is 241 - color contains mainly: blue. Hex color #CE3AF1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AF1 is #31C50E. Grayscale: #7A7A7A. Windows color (decimal): -3261711 or 15809230. OLE color: 15809230.
HSL color Cylindrical-coordinate representation of color #CE3AF1: hue angle of 288.52º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3AF1 is Cyan = 0.15, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 58 | 241 | - |
| CMYK | 0.15 | 0.76 | 0 | 0.05 |
| HSL | 288.52º | 0.87% | 0.59% | - |
| HSV(B) | 288.52º | 0.76% | 0.95% | - |
| XYZ | 42.84 | 22.5 | 85.3 | - |
| YUV | 123.11 | 194.53 | 187.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 241 | 0.15 | 0.76 | 0 | 0.05 | 288.52 | 0.87 | 0.59 |
| Hex | CE | 3A | F1 | F | 4C | 0 | 5 | 121 | 57 | 3B |
| Octal | 316 | 72 | 361 | 17 | 114 | 0 | 5 | 441 | 127 | 73 |
| Binary | 11001110 | 111010 | 11110001 | 1111 | 1001100 | 0 | 101 | 100100001 | 1010111 | 111011 |
Color Harmonies of #CE3AF1
Complementary color
Monochromatic Colors of #CE3AF1
Black with #CE3AF1
Text Example
Text Example
White with #CE3AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AF1; }
p { color: rgb(206,58,241); }
H1.HeaderClassName
{
color: #CE3AF1;
}
.AnyTagClassName
{
color: #CE3AF1;
}
</style>
background-color css
<style>
a { background-color: #CE3AF1; }
a { background-color: rgb(206,58,241); }
div.DivClassName
{
background-color: #CE3AF1;
}
.BgClassName
{
background-color: #CE3AF1;
}
</style>
border-color css
<style>
span { border-color: #CE3AF1; }
span { border-color: rgb(206,58,241); }
td.TdClassName
{
border-color: #CE3AF1;
}
.TagClassName
{
border-color: #CE3AF1;
}
</style>