Html Css Color HEX #E66AD6 Orchid

📋 copy color: '#E66AD6'

red 230 ◦ green 106 ◦ blue 214

#E66AD6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orchid #E66AD6

Tints of Orchid #E66AD6

RGB

 RED value IS 230 (90.23% from 255) = 41.82%

 GREEN value IS 106 (41.8% from 255) = 19.27%

 BLUE value IS 214 (83.98% from 255) = 38.91%

R = 41.82%
G = 19.27%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.07

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E66AD6 (or 0xE66AD6) is known color: Orchid. HEX triplet: E6, 6A and D6. RGB value is (230,106,214). Sum of RGB (Red+Green+Blue) = 230+106+214=550 (72% of max value = 765). Red value is 230 (90.23% from 255 or 41.82% from 550); Green value is 106 (41.80% from 255 or 19.27% from 550); Blue value is 214 (83.98% from 255 or 38.91% from 550); Max value from RGB is 230 - color contains mainly: red. Hex color #E66AD6 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66AD6 is #199529. Grayscale: #9B9B9B. Windows color (decimal): -1676586 or 14052070. OLE color: 14052070.

HSL color Cylindrical-coordinate representation of color #E66AD6: hue angle of 307.74º 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 #E66AD6 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 106 214 -
CMYK 0 0.54 0.07 0.10
HSL 307.74º 0.71% 0.66% -
HSV(B) 307.74º 0.54% 0.9% -
XYZ 49.92 31.99 67.16 -
YUV 155.39 161.08 181.22 -
System Red Green Blue C M Y K H S L
Decimal 230 106 214 0 0.54 0.07 0.10 307.74 0.71 0.66
Hex E6 6A D6 0 36 7 A 134 47 42
Octal 346 152 326 0 66 7 12 464 107 102
Binary 11100110 1101010 11010110 0 110110 111 1010 100110100 1000111 1000010

Color Harmonies of #E66AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66AD6

Black with #E66AD6

Text Example


Text Example

White with #E66AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66AD6; }

 p { color: rgb(230,106,214); }

 H1.HeaderClassName
 {
   color: #E66AD6;
 }
 .AnyTagClassName
 {
   color: #E66AD6;
 }
</style>

background-color css

<style>
 a { background-color: #E66AD6; }

 a { background-color: rgb(230,106,214); }

 div.DivClassName
 {
   background-color: #E66AD6;
 }
 .BgClassName
 {
   background-color: #E66AD6;
 }
</style>

border-color css

<style>
 span { border-color: #E66AD6; }

 span { border-color: rgb(230,106,214); }

 td.TdClassName
 {
   border-color: #E66AD6;
 }
 .TagClassName
 {
   border-color: #E66AD6;
 }
</style>