Shades of Medium Orchid #CE48F0
Tints of Medium Orchid #CE48F0
RGB
CMYK
RGB Variations
Color information
#CE48F0 (or 0xCE48F0) is known color: Medium Orchid. HEX triplet: CE, 48 and F0. RGB value is (206,72,240). Sum of RGB (Red+Green+Blue) = 206+72+240=518 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.77% from 518); Green value is 72 (28.52% from 255 or 13.90% from 518); Blue value is 240 (94.14% from 255 or 46.33% from 518); Max value from RGB is 240 - color contains mainly: blue. Hex color #CE48F0 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48F0 is #31B70F. Grayscale: #828282. Windows color (decimal): -3258128 or 15747278. OLE color: 15747278.
HSL color Cylindrical-coordinate representation of color #CE48F0: hue angle of 287.86º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE48F0 is Cyan = 0.14, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 206 | 72 | 240 | - |
| CMYK | 0.14 | 0.7 | 0 | 0.06 |
| HSL | 287.86º | 0.85% | 0.61% | - |
| HSV(B) | 287.86º | 0.7% | 0.94% | - |
| XYZ | 43.5 | 24.05 | 84.79 | - |
| YUV | 131.22 | 189.39 | 181.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 240 | 0.14 | 0.7 | 0 | 0.06 | 287.86 | 0.85 | 0.61 |
| Hex | CE | 48 | F0 | E | 46 | 0 | 6 | 120 | 55 | 3D |
| Octal | 316 | 110 | 360 | 16 | 106 | 0 | 6 | 440 | 125 | 75 |
| Binary | 11001110 | 1001000 | 11110000 | 1110 | 1000110 | 0 | 110 | 100100000 | 1010101 | 111101 |
Color Harmonies of #CE48F0
Complementary color
Monochromatic Colors of #CE48F0
Black with #CE48F0
Text Example
Text Example
White with #CE48F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48F0; }
p { color: rgb(206,72,240); }
H1.HeaderClassName
{
color: #CE48F0;
}
.AnyTagClassName
{
color: #CE48F0;
}
</style>
background-color css
<style>
a { background-color: #CE48F0; }
a { background-color: rgb(206,72,240); }
div.DivClassName
{
background-color: #CE48F0;
}
.BgClassName
{
background-color: #CE48F0;
}
</style>
border-color css
<style>
span { border-color: #CE48F0; }
span { border-color: rgb(206,72,240); }
td.TdClassName
{
border-color: #CE48F0;
}
.TagClassName
{
border-color: #CE48F0;
}
</style>