Shades of Medium Orchid #CE3AFC
Tints of Medium Orchid #CE3AFC
RGB
CMYK
RGB Variations
Color information
#CE3AFC (or 0xCE3AFC) is known color: Medium Orchid. HEX triplet: CE, 3A and FC. RGB value is (206,58,252). Sum of RGB (Red+Green+Blue) = 206+58+252=516 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.92% from 516); Green value is 58 (23.05% from 255 or 11.24% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #CE3AFC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE3AFC is #31C503. Grayscale: #7B7B7B. Windows color (decimal): -3261700 or 16530126. OLE color: 16530126.
HSL color Cylindrical-coordinate representation of color #CE3AFC: hue angle of 285.77º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3AFC is Cyan = 0.18, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 206 | 58 | 252 | - |
| CMYK | 0.18 | 0.77 | 0 | 0.01 |
| HSL | 285.77º | 0.97% | 0.61% | - |
| HSV(B) | 285.77º | 0.77% | 0.99% | - |
| XYZ | 44.54 | 23.18 | 94.22 | - |
| YUV | 124.37 | 200.03 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 58 | 252 | 0.18 | 0.77 | 0 | 0.01 | 285.77 | 0.97 | 0.61 |
| Hex | CE | 3A | FC | 12 | 4D | 0 | 1 | 11E | 61 | 3D |
| Octal | 316 | 72 | 374 | 22 | 115 | 0 | 1 | 436 | 141 | 75 |
| Binary | 11001110 | 111010 | 11111100 | 10010 | 1001101 | 0 | 1 | 100011110 | 1100001 | 111101 |
Color Harmonies of #CE3AFC
Complementary color
Monochromatic Colors of #CE3AFC
Black with #CE3AFC
Text Example
Text Example
White with #CE3AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3AFC; }
p { color: rgb(206,58,252); }
H1.HeaderClassName
{
color: #CE3AFC;
}
.AnyTagClassName
{
color: #CE3AFC;
}
</style>
background-color css
<style>
a { background-color: #CE3AFC; }
a { background-color: rgb(206,58,252); }
div.DivClassName
{
background-color: #CE3AFC;
}
.BgClassName
{
background-color: #CE3AFC;
}
</style>
border-color css
<style>
span { border-color: #CE3AFC; }
span { border-color: rgb(206,58,252); }
td.TdClassName
{
border-color: #CE3AFC;
}
.TagClassName
{
border-color: #CE3AFC;
}
</style>