Html Css Color HEX #E66ADC Orchid

📋 copy color: '#E66ADC'

red 230 ◦ green 106 ◦ blue 220

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

Shades of Orchid #E66ADC

Tints of Orchid #E66ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.57%

R = 41.37%
G = 19.06%
B = 39.57%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E66ADC (or 0xE66ADC) is known color: Orchid. HEX triplet: E6, 6A and DC. RGB value is (230,106,220). Sum of RGB (Red+Green+Blue) = 230+106+220=556 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.37% from 556); Green value is 106 (41.80% from 255 or 19.06% from 556); Blue value is 220 (86.33% from 255 or 39.57% from 556); Max value from RGB is 230 - color contains mainly: red. Hex color #E66ADC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66ADC is #199523. Grayscale: #9B9B9B. Windows color (decimal): -1676580 or 14445286. OLE color: 14445286.

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

Color convert

RGB 230 106 220 -
CMYK 0 0.54 0.04 0.10
HSL 304.84º 0.71% 0.66% -
HSV(B) 304.84º 0.54% 0.9% -
XYZ 50.71 32.3 71.27 -
YUV 156.07 164.08 180.73 -
System Red Green Blue C M Y K H S L
Decimal 230 106 220 0 0.54 0.04 0.10 304.84 0.71 0.66
Hex E6 6A DC 0 36 4 A 131 47 42
Octal 346 152 334 0 66 4 12 461 107 102
Binary 11100110 1101010 11011100 0 110110 100 1010 100110001 1000111 1000010

Color Harmonies of #E66ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66ADC

Black with #E66ADC

Text Example


Text Example

White with #E66ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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