Shades of Orchid #CE71E2
Tints of Orchid #CE71E2
RGB
CMYK
RGB Variations
Color information
#CE71E2 (or 0xCE71E2) is known color: Orchid. HEX triplet: CE, 71 and E2. RGB value is (206,113,226). Sum of RGB (Red+Green+Blue) = 206+113+226=545 (72% of max value = 765). Red value is 206 (80.86% from 255 or 37.80% from 545); Green value is 113 (44.53% from 255 or 20.73% from 545); Blue value is 226 (88.67% from 255 or 41.47% from 545); Max value from RGB is 226 - color contains mainly: blue. Hex color #CE71E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE71E2 is #318E1D. Grayscale: #999999. Windows color (decimal): -3247646 or 14840270. OLE color: 14840270.
HSL color Cylindrical-coordinate representation of color #CE71E2: hue angle of 289.38º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CE71E2 is Cyan = 0.09, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 113 | 226 | - |
| CMYK | 0.09 | 0.5 | 0 | 0.11 |
| HSL | 289.38º | 0.66% | 0.66% | - |
| HSV(B) | 289.38º | 0.5% | 0.89% | - |
| XYZ | 45.09 | 30.42 | 75.45 | - |
| YUV | 153.69 | 168.81 | 165.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 113 | 226 | 0.09 | 0.5 | 0 | 0.11 | 289.38 | 0.66 | 0.66 |
| Hex | CE | 71 | E2 | 9 | 32 | 0 | B | 121 | 42 | 42 |
| Octal | 316 | 161 | 342 | 11 | 62 | 0 | 13 | 441 | 102 | 102 |
| Binary | 11001110 | 1110001 | 11100010 | 1001 | 110010 | 0 | 1011 | 100100001 | 1000010 | 1000010 |
Color Harmonies of #CE71E2
Complementary color
Monochromatic Colors of #CE71E2
Black with #CE71E2
Text Example
Text Example
White with #CE71E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE71E2; }
p { color: rgb(206,113,226); }
H1.HeaderClassName
{
color: #CE71E2;
}
.AnyTagClassName
{
color: #CE71E2;
}
</style>
background-color css
<style>
a { background-color: #CE71E2; }
a { background-color: rgb(206,113,226); }
div.DivClassName
{
background-color: #CE71E2;
}
.BgClassName
{
background-color: #CE71E2;
}
</style>
border-color css
<style>
span { border-color: #CE71E2; }
span { border-color: rgb(206,113,226); }
td.TdClassName
{
border-color: #CE71E2;
}
.TagClassName
{
border-color: #CE71E2;
}
</style>