Shades of Orchid #CE66E4
Tints of Orchid #CE66E4
RGB
CMYK
RGB Variations
Color information
#CE66E4 (or 0xCE66E4) is known color: Orchid. HEX triplet: CE, 66 and E4. RGB value is (206,102,228). Sum of RGB (Red+Green+Blue) = 206+102+228=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 102 (40.23% from 255 or 19.03% from 536); Blue value is 228 (89.45% from 255 or 42.54% from 536); Max value from RGB is 228 - color contains mainly: blue. Hex color #CE66E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CE66E4 is #31991B. Grayscale: #939393. Windows color (decimal): -3250460 or 14968526. OLE color: 14968526.
HSL color Cylindrical-coordinate representation of color #CE66E4: hue angle of 289.52º degrees, saturation: 0.7, 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 #CE66E4 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 102 | 228 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.11 |
| HSL | 289.52º | 0.7% | 0.65% | - |
| HSV(B) | 289.52º | 0.55% | 0.89% | - |
| XYZ | 44.21 | 28.23 | 76.52 | - |
| YUV | 147.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 102 | 228 | 0.10 | 0.55 | 0 | 0.11 | 289.52 | 0.7 | 0.65 |
| Hex | CE | 66 | E4 | A | 37 | 0 | B | 122 | 46 | 41 |
| Octal | 316 | 146 | 344 | 12 | 67 | 0 | 13 | 442 | 106 | 101 |
| Binary | 11001110 | 1100110 | 11100100 | 1010 | 110111 | 0 | 1011 | 100100010 | 1000110 | 1000001 |
Color Harmonies of #CE66E4
Complementary color
Monochromatic Colors of #CE66E4
Black with #CE66E4
Text Example
Text Example
White with #CE66E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE66E4; }
p { color: rgb(206,102,228); }
H1.HeaderClassName
{
color: #CE66E4;
}
.AnyTagClassName
{
color: #CE66E4;
}
</style>
background-color css
<style>
a { background-color: #CE66E4; }
a { background-color: rgb(206,102,228); }
div.DivClassName
{
background-color: #CE66E4;
}
.BgClassName
{
background-color: #CE66E4;
}
</style>
border-color css
<style>
span { border-color: #CE66E4; }
span { border-color: rgb(206,102,228); }
td.TdClassName
{
border-color: #CE66E4;
}
.TagClassName
{
border-color: #CE66E4;
}
</style>