Shades of Orchid #CE66E6
Tints of Orchid #CE66E6
RGB
CMYK
RGB Variations
Color information
#CE66E6 (or 0xCE66E6) is known color: Orchid. HEX triplet: CE, 66 and E6. RGB value is (206,102,230). Sum of RGB (Red+Green+Blue) = 206+102+230=538 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.29% from 538); Green value is 102 (40.23% from 255 or 18.96% from 538); Blue value is 230 (90.23% from 255 or 42.75% from 538); Max value from RGB is 230 - color contains mainly: blue. Hex color #CE66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CE66E6 is #319919. Grayscale: #939393. Windows color (decimal): -3250458 or 15099598. OLE color: 15099598.
HSL color Cylindrical-coordinate representation of color #CE66E6: hue angle of 288.75º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CE66E6 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 102 | 230 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.10 |
| HSL | 288.75º | 0.72% | 0.65% | - |
| HSV(B) | 288.75º | 0.56% | 0.9% | - |
| XYZ | 44.49 | 28.34 | 77.99 | - |
| YUV | 147.69 | 174.46 | 169.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 230 | 0.10 | 0.56 | 0 | 0.10 | 288.75 | 0.72 | 0.65 |
| Hex | CE | 66 | E6 | A | 38 | 0 | A | 121 | 48 | 41 |
| Octal | 316 | 146 | 346 | 12 | 70 | 0 | 12 | 441 | 110 | 101 |
| Binary | 11001110 | 1100110 | 11100110 | 1010 | 111000 | 0 | 1010 | 100100001 | 1001000 | 1000001 |
Color Harmonies of #CE66E6
Complementary color
Monochromatic Colors of #CE66E6
Black with #CE66E6
Text Example
Text Example
White with #CE66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66E6; }
p { color: rgb(206,102,230); }
H1.HeaderClassName
{
color: #CE66E6;
}
.AnyTagClassName
{
color: #CE66E6;
}
</style>
background-color css
<style>
a { background-color: #CE66E6; }
a { background-color: rgb(206,102,230); }
div.DivClassName
{
background-color: #CE66E6;
}
.BgClassName
{
background-color: #CE66E6;
}
</style>
border-color css
<style>
span { border-color: #CE66E6; }
span { border-color: rgb(206,102,230); }
td.TdClassName
{
border-color: #CE66E6;
}
.TagClassName
{
border-color: #CE66E6;
}
</style>