Shades of Orchid #E66AD2
Tints of Orchid #E66AD2
RGB
CMYK
RGB Variations
Color information
#E66AD2 (or 0xE66AD2) is known color: Orchid. HEX triplet: E6, 6A and D2. RGB value is (230,106,210). Sum of RGB (Red+Green+Blue) = 230+106+210=546 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.12% from 546); Green value is 106 (41.80% from 255 or 19.41% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AD2 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AD2 is #19952D. Grayscale: #9A9A9A. Windows color (decimal): -1676590 or 13789926. OLE color: 13789926.
HSL color Cylindrical-coordinate representation of color #E66AD2: hue angle of 309.68º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E66AD2 is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 106 | 210 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.10 |
| HSL | 309.68º | 0.71% | 0.66% | - |
| HSV(B) | 309.68º | 0.54% | 0.9% | - |
| XYZ | 49.42 | 31.78 | 64.5 | - |
| YUV | 154.93 | 159.08 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 106 | 210 | 0 | 0.54 | 0.09 | 0.10 | 309.68 | 0.71 | 0.66 |
| Hex | E6 | 6A | D2 | 0 | 36 | 9 | A | 136 | 47 | 42 |
| Octal | 346 | 152 | 322 | 0 | 66 | 11 | 12 | 466 | 107 | 102 |
| Binary | 11100110 | 1101010 | 11010010 | 0 | 110110 | 1001 | 1010 | 100110110 | 1000111 | 1000010 |
Color Harmonies of #E66AD2
Complementary color
Monochromatic Colors of #E66AD2
Black with #E66AD2
Text Example
Text Example
White with #E66AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E66AD2; }
p { color: rgb(230,106,210); }
H1.HeaderClassName
{
color: #E66AD2;
}
.AnyTagClassName
{
color: #E66AD2;
}
</style>
background-color css
<style>
a { background-color: #E66AD2; }
a { background-color: rgb(230,106,210); }
div.DivClassName
{
background-color: #E66AD2;
}
.BgClassName
{
background-color: #E66AD2;
}
</style>
border-color css
<style>
span { border-color: #E66AD2; }
span { border-color: rgb(230,106,210); }
td.TdClassName
{
border-color: #E66AD2;
}
.TagClassName
{
border-color: #E66AD2;
}
</style>