Shades of Medium Orchid #CE48F2
Tints of Medium Orchid #CE48F2
RGB
CMYK
RGB Variations
Color information
#CE48F2 (or 0xCE48F2) is known color: Medium Orchid. HEX triplet: CE, 48 and F2. RGB value is (206,72,242). Sum of RGB (Red+Green+Blue) = 206+72+242=520 (68% of max value = 765). Red value is 206 (80.86% from 255 or 39.62% from 520); Green value is 72 (28.52% from 255 or 13.85% from 520); Blue value is 242 (94.92% from 255 or 46.54% from 520); Max value from RGB is 242 - color contains mainly: blue. Hex color #CE48F2 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CE48F2 is #31B70D. Grayscale: #828282. Windows color (decimal): -3258126 or 15878350. OLE color: 15878350.
HSL color Cylindrical-coordinate representation of color #CE48F2: hue angle of 287.29º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE48F2 is Cyan = 0.15, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 206 | 72 | 242 | - |
| CMYK | 0.15 | 0.70 | 0 | 0.05 |
| HSL | 287.29º | 0.87% | 0.62% | - |
| HSV(B) | 287.29º | 0.7% | 0.95% | - |
| XYZ | 43.8 | 24.17 | 86.36 | - |
| YUV | 131.45 | 190.39 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 242 | 0.15 | 0.70 | 0 | 0.05 | 287.29 | 0.87 | 0.62 |
| Hex | CE | 48 | F2 | F | 46 | 0 | 5 | 11F | 57 | 3E |
| Octal | 316 | 110 | 362 | 17 | 106 | 0 | 5 | 437 | 127 | 76 |
| Binary | 11001110 | 1001000 | 11110010 | 1111 | 1000110 | 0 | 101 | 100011111 | 1010111 | 111110 |
Color Harmonies of #CE48F2
Complementary color
Monochromatic Colors of #CE48F2
Black with #CE48F2
Text Example
Text Example
White with #CE48F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48F2; }
p { color: rgb(206,72,242); }
H1.HeaderClassName
{
color: #CE48F2;
}
.AnyTagClassName
{
color: #CE48F2;
}
</style>
background-color css
<style>
a { background-color: #CE48F2; }
a { background-color: rgb(206,72,242); }
div.DivClassName
{
background-color: #CE48F2;
}
.BgClassName
{
background-color: #CE48F2;
}
</style>
border-color css
<style>
span { border-color: #CE48F2; }
span { border-color: rgb(206,72,242); }
td.TdClassName
{
border-color: #CE48F2;
}
.TagClassName
{
border-color: #CE48F2;
}
</style>