Shades of Orchid #CE6FE1
Tints of Orchid #CE6FE1
RGB
CMYK
RGB Variations
Color information
#CE6FE1 (or 0xCE6FE1) is known color: Orchid. HEX triplet: CE, 6F and E1. RGB value is (206,111,225). Sum of RGB (Red+Green+Blue) = 206+111+225=542 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.01% from 542); Green value is 111 (43.75% from 255 or 20.48% from 542); Blue value is 225 (88.28% from 255 or 41.51% from 542); Max value from RGB is 225 - color contains mainly: blue. Hex color #CE6FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE6FE1 is #31901E. Grayscale: #989898. Windows color (decimal): -3248159 or 14774222. OLE color: 14774222.
HSL color Cylindrical-coordinate representation of color #CE6FE1: hue angle of 290º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CE6FE1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 111 | 225 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.12 |
| HSL | 290º | 0.66% | 0.66% | - |
| HSV(B) | 290º | 0.51% | 0.88% | - |
| XYZ | 44.73 | 29.93 | 74.65 | - |
| YUV | 152.4 | 168.97 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 111 | 225 | 0.08 | 0.51 | 0 | 0.12 | 290 | 0.66 | 0.66 |
| Hex | CE | 6F | E1 | 8 | 33 | 0 | C | 122 | 42 | 42 |
| Octal | 316 | 157 | 341 | 10 | 63 | 0 | 14 | 442 | 102 | 102 |
| Binary | 11001110 | 1101111 | 11100001 | 1000 | 110011 | 0 | 1100 | 100100010 | 1000010 | 1000010 |
Color Harmonies of #CE6FE1
Complementary color
Monochromatic Colors of #CE6FE1
Black with #CE6FE1
Text Example
Text Example
White with #CE6FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6FE1; }
p { color: rgb(206,111,225); }
H1.HeaderClassName
{
color: #CE6FE1;
}
.AnyTagClassName
{
color: #CE6FE1;
}
</style>
background-color css
<style>
a { background-color: #CE6FE1; }
a { background-color: rgb(206,111,225); }
div.DivClassName
{
background-color: #CE6FE1;
}
.BgClassName
{
background-color: #CE6FE1;
}
</style>
border-color css
<style>
span { border-color: #CE6FE1; }
span { border-color: rgb(206,111,225); }
td.TdClassName
{
border-color: #CE6FE1;
}
.TagClassName
{
border-color: #CE6FE1;
}
</style>