Shades of Medium Orchid #CE3AFE
Tints of Medium Orchid #CE3AFE
RGB
CMYK
RGB Variations
Color information
#CE3AFE (or 0xCE3AFE) is known color: Medium Orchid. HEX triplet: CE, 3A and FE. RGB value is (206,58,254). Sum of RGB (Red+Green+Blue) = 206+58+254=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 58 (23.05% from 255 or 11.20% from 518); Blue value is 254 (99.61% from 255 or 49.03% from 518); Max value from RGB is 254 - color contains mainly: blue. Hex color #CE3AFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AFE is #31C501. Grayscale: #7B7B7B. Windows color (decimal): -3261698 or 16661198. OLE color: 16661198.
HSL color Cylindrical-coordinate representation of color #CE3AFE: hue angle of 285.31º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3AFE is Cyan = 0.19, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 206 | 58 | 254 | - |
| CMYK | 0.19 | 0.77 | 0 | 0.00 |
| HSL | 285.31º | 0.99% | 0.61% | - |
| HSV(B) | 285.31º | 0.77% | 1% | - |
| XYZ | 44.86 | 23.3 | 95.9 | - |
| YUV | 124.6 | 201.03 | 186.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 254 | 0.19 | 0.77 | 0 | 0.00 | 285.31 | 0.99 | 0.61 |
| Hex | CE | 3A | FE | 13 | 4D | 0 | 0 | 11D | 63 | 3D |
| Octal | 316 | 72 | 376 | 23 | 115 | 0 | 0 | 435 | 143 | 75 |
| Binary | 11001110 | 111010 | 11111110 | 10011 | 1001101 | 0 | 0 | 100011101 | 1100011 | 111101 |
Color Harmonies of #CE3AFE
Complementary color
Monochromatic Colors of #CE3AFE
Black with #CE3AFE
Text Example
Text Example
White with #CE3AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AFE; }
p { color: rgb(206,58,254); }
H1.HeaderClassName
{
color: #CE3AFE;
}
.AnyTagClassName
{
color: #CE3AFE;
}
</style>
background-color css
<style>
a { background-color: #CE3AFE; }
a { background-color: rgb(206,58,254); }
div.DivClassName
{
background-color: #CE3AFE;
}
.BgClassName
{
background-color: #CE3AFE;
}
</style>
border-color css
<style>
span { border-color: #CE3AFE; }
span { border-color: rgb(206,58,254); }
td.TdClassName
{
border-color: #CE3AFE;
}
.TagClassName
{
border-color: #CE3AFE;
}
</style>