Shades of Medium Orchid #CE48E5
Tints of Medium Orchid #CE48E5
RGB
CMYK
RGB Variations
Color information
#CE48E5 (or 0xCE48E5) is known color: Medium Orchid. HEX triplet: CE, 48 and E5. RGB value is (206,72,229). Sum of RGB (Red+Green+Blue) = 206+72+229=507 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.63% from 507); Green value is 72 (28.52% from 255 or 14.20% from 507); Blue value is 229 (89.84% from 255 or 45.17% from 507); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE48E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CE48E5 is #31B71A. Grayscale: #818181. Windows color (decimal): -3258139 or 15026382. OLE color: 15026382.
HSL color Cylindrical-coordinate representation of color #CE48E5: hue angle of 291.21º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CE48E5 is Cyan = 0.10, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 72 | 229 | - |
| CMYK | 0.10 | 0.69 | 0 | 0.10 |
| HSL | 291.21º | 0.75% | 0.59% | - |
| HSV(B) | 291.21º | 0.69% | 0.9% | - |
| XYZ | 41.91 | 23.41 | 76.44 | - |
| YUV | 129.96 | 183.89 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 72 | 229 | 0.10 | 0.69 | 0 | 0.10 | 291.21 | 0.75 | 0.59 |
| Hex | CE | 48 | E5 | A | 45 | 0 | A | 123 | 4B | 3B |
| Octal | 316 | 110 | 345 | 12 | 105 | 0 | 12 | 443 | 113 | 73 |
| Binary | 11001110 | 1001000 | 11100101 | 1010 | 1000101 | 0 | 1010 | 100100011 | 1001011 | 111011 |
Color Harmonies of #CE48E5
Complementary color
Monochromatic Colors of #CE48E5
Black with #CE48E5
Text Example
Text Example
White with #CE48E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE48E5; }
p { color: rgb(206,72,229); }
H1.HeaderClassName
{
color: #CE48E5;
}
.AnyTagClassName
{
color: #CE48E5;
}
</style>
background-color css
<style>
a { background-color: #CE48E5; }
a { background-color: rgb(206,72,229); }
div.DivClassName
{
background-color: #CE48E5;
}
.BgClassName
{
background-color: #CE48E5;
}
</style>
border-color css
<style>
span { border-color: #CE48E5; }
span { border-color: rgb(206,72,229); }
td.TdClassName
{
border-color: #CE48E5;
}
.TagClassName
{
border-color: #CE48E5;
}
</style>