Shades of Orchid #CE66E3
Tints of Orchid #CE66E3
RGB
CMYK
RGB Variations
Color information
#CE66E3 (or 0xCE66E3) is known color: Orchid. HEX triplet: CE, 66 and E3. RGB value is (206,102,227). Sum of RGB (Red+Green+Blue) = 206+102+227=535 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.50% from 535); Green value is 102 (40.23% from 255 or 19.07% from 535); Blue value is 227 (89.06% from 255 or 42.43% from 535); Max value from RGB is 227 - color contains mainly: blue. Hex color #CE66E3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66E3 is #31991C. Grayscale: #929292. Windows color (decimal): -3250461 or 14902990. OLE color: 14902990.
HSL color Cylindrical-coordinate representation of color #CE66E3: hue angle of 289.92º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE66E3 is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 102 | 227 | - |
| CMYK | 0.09 | 0.55 | 0 | 0.11 |
| HSL | 289.92º | 0.69% | 0.65% | - |
| HSV(B) | 289.92º | 0.55% | 0.89% | - |
| XYZ | 44.07 | 28.17 | 75.79 | - |
| YUV | 147.35 | 172.96 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 227 | 0.09 | 0.55 | 0 | 0.11 | 289.92 | 0.69 | 0.65 |
| Hex | CE | 66 | E3 | 9 | 37 | 0 | B | 122 | 45 | 41 |
| Octal | 316 | 146 | 343 | 11 | 67 | 0 | 13 | 442 | 105 | 101 |
| Binary | 11001110 | 1100110 | 11100011 | 1001 | 110111 | 0 | 1011 | 100100010 | 1000101 | 1000001 |
Color Harmonies of #CE66E3
Complementary color
Monochromatic Colors of #CE66E3
Black with #CE66E3
Text Example
Text Example
White with #CE66E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66E3; }
p { color: rgb(206,102,227); }
H1.HeaderClassName
{
color: #CE66E3;
}
.AnyTagClassName
{
color: #CE66E3;
}
</style>
background-color css
<style>
a { background-color: #CE66E3; }
a { background-color: rgb(206,102,227); }
div.DivClassName
{
background-color: #CE66E3;
}
.BgClassName
{
background-color: #CE66E3;
}
</style>
border-color css
<style>
span { border-color: #CE66E3; }
span { border-color: rgb(206,102,227); }
td.TdClassName
{
border-color: #CE66E3;
}
.TagClassName
{
border-color: #CE66E3;
}
</style>