Shades of Medium Orchid #CE5FE1
Tints of Medium Orchid #CE5FE1
RGB
CMYK
RGB Variations
Color information
#CE5FE1 (or 0xCE5FE1) is known color: Medium Orchid. HEX triplet: CE, 5F and E1. RGB value is (206,95,225). Sum of RGB (Red+Green+Blue) = 206+95+225=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 95 (37.5% from 255 or 18.06% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE5FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE5FE1 is #31A01E. Grayscale: #8E8E8E. Windows color (decimal): -3252255 or 14770126. OLE color: 14770126.
HSL color Cylindrical-coordinate representation of color #CE5FE1: hue angle of 291.23º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CE5FE1 is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 95 | 225 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.12 |
| HSL | 291.23º | 0.68% | 0.63% | - |
| HSV(B) | 291.23º | 0.58% | 0.88% | - |
| XYZ | 43.14 | 26.74 | 74.12 | - |
| YUV | 143.01 | 174.27 | 172.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 95 | 225 | 0.08 | 0.58 | 0 | 0.12 | 291.23 | 0.68 | 0.63 |
| Hex | CE | 5F | E1 | 8 | 3A | 0 | C | 123 | 44 | 3F |
| Octal | 316 | 137 | 341 | 10 | 72 | 0 | 14 | 443 | 104 | 77 |
| Binary | 11001110 | 1011111 | 11100001 | 1000 | 111010 | 0 | 1100 | 100100011 | 1000100 | 111111 |
Color Harmonies of #CE5FE1
Complementary color
Monochromatic Colors of #CE5FE1
Black with #CE5FE1
Text Example
Text Example
White with #CE5FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE5FE1; }
p { color: rgb(206,95,225); }
H1.HeaderClassName
{
color: #CE5FE1;
}
.AnyTagClassName
{
color: #CE5FE1;
}
</style>
background-color css
<style>
a { background-color: #CE5FE1; }
a { background-color: rgb(206,95,225); }
div.DivClassName
{
background-color: #CE5FE1;
}
.BgClassName
{
background-color: #CE5FE1;
}
</style>
border-color css
<style>
span { border-color: #CE5FE1; }
span { border-color: rgb(206,95,225); }
td.TdClassName
{
border-color: #CE5FE1;
}
.TagClassName
{
border-color: #CE5FE1;
}
</style>