Shades of Orchid #CE66E5
Tints of Orchid #CE66E5
RGB
CMYK
RGB Variations
Color information
#CE66E5 (or 0xCE66E5) is known color: Orchid. HEX triplet: CE, 66 and E5. RGB value is (206,102,229). Sum of RGB (Red+Green+Blue) = 206+102+229=537 (71% of max value = 765). Red value is 206 (80.86% from 255 or 38.36% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 229 (89.84% from 255 or 42.64% from 537); Max value from RGB is 229 - color contains mainly: blue. Hex color #CE66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66E5 is #31991A. Grayscale: #939393. Windows color (decimal): -3250459 or 15034062. OLE color: 15034062.
HSL color Cylindrical-coordinate representation of color #CE66E5: hue angle of 289.13º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CE66E5 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 206 | 102 | 229 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.10 |
| HSL | 289.13º | 0.71% | 0.65% | - |
| HSV(B) | 289.13º | 0.55% | 0.9% | - |
| XYZ | 44.35 | 28.28 | 77.25 | - |
| YUV | 147.57 | 173.96 | 169.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 229 | 0.10 | 0.55 | 0 | 0.10 | 289.13 | 0.71 | 0.65 |
| Hex | CE | 66 | E5 | A | 37 | 0 | A | 121 | 47 | 41 |
| Octal | 316 | 146 | 345 | 12 | 67 | 0 | 12 | 441 | 107 | 101 |
| Binary | 11001110 | 1100110 | 11100101 | 1010 | 110111 | 0 | 1010 | 100100001 | 1000111 | 1000001 |
Color Harmonies of #CE66E5
Complementary color
Monochromatic Colors of #CE66E5
Black with #CE66E5
Text Example
Text Example
White with #CE66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66E5; }
p { color: rgb(206,102,229); }
H1.HeaderClassName
{
color: #CE66E5;
}
.AnyTagClassName
{
color: #CE66E5;
}
</style>
background-color css
<style>
a { background-color: #CE66E5; }
a { background-color: rgb(206,102,229); }
div.DivClassName
{
background-color: #CE66E5;
}
.BgClassName
{
background-color: #CE66E5;
}
</style>
border-color css
<style>
span { border-color: #CE66E5; }
span { border-color: rgb(206,102,229); }
td.TdClassName
{
border-color: #CE66E5;
}
.TagClassName
{
border-color: #CE66E5;
}
</style>