Shades of Medium Orchid #CE53F3
Tints of Medium Orchid #CE53F3
RGB
CMYK
RGB Variations
Color information
#CE53F3 (or 0xCE53F3) is known color: Medium Orchid. HEX triplet: CE, 53 and F3. RGB value is (206,83,243). Sum of RGB (Red+Green+Blue) = 206+83+243=532 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.72% from 532); Green value is 83 (32.81% from 255 or 15.60% from 532); Blue value is 243 (95.31% from 255 or 45.68% from 532); Max value from RGB is 243 - color contains mainly: blue. Hex color #CE53F3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE53F3 is #31AC0C. Grayscale: #898989. Windows color (decimal): -3255309 or 15946702. OLE color: 15946702.
HSL color Cylindrical-coordinate representation of color #CE53F3: hue angle of 286.12º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CE53F3 is Cyan = 0.15, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 83 | 243 | - |
| CMYK | 0.15 | 0.66 | 0 | 0.05 |
| HSL | 286.13º | 0.87% | 0.64% | - |
| HSV(B) | 286.13º | 0.66% | 0.95% | - |
| XYZ | 44.72 | 25.78 | 87.41 | - |
| YUV | 138.02 | 187.25 | 176.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 83 | 243 | 0.15 | 0.66 | 0 | 0.05 | 286.13 | 0.87 | 0.64 |
| Hex | CE | 53 | F3 | F | 42 | 0 | 5 | 11E | 57 | 40 |
| Octal | 316 | 123 | 363 | 17 | 102 | 0 | 5 | 436 | 127 | 100 |
| Binary | 11001110 | 1010011 | 11110011 | 1111 | 1000010 | 0 | 101 | 100011110 | 1010111 | 1000000 |
Color Harmonies of #CE53F3
Complementary color
Monochromatic Colors of #CE53F3
Black with #CE53F3
Text Example
Text Example
White with #CE53F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE53F3; }
p { color: rgb(206,83,243); }
H1.HeaderClassName
{
color: #CE53F3;
}
.AnyTagClassName
{
color: #CE53F3;
}
</style>
background-color css
<style>
a { background-color: #CE53F3; }
a { background-color: rgb(206,83,243); }
div.DivClassName
{
background-color: #CE53F3;
}
.BgClassName
{
background-color: #CE53F3;
}
</style>
border-color css
<style>
span { border-color: #CE53F3; }
span { border-color: rgb(206,83,243); }
td.TdClassName
{
border-color: #CE53F3;
}
.TagClassName
{
border-color: #CE53F3;
}
</style>