Html Css Color HEX #E66DDC Orchid

📋 copy color: '#E66DDC'

red 230 ◦ green 109 ◦ blue 220

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

Shades of Orchid #E66DDC

Tints of Orchid #E66DDC

RGB

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

 GREEN value IS 109 (42.97% from 255) = 19.5%

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

R = 41.14%
G = 19.5%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#E66DDC (or 0xE66DDC) is known color: Orchid. HEX triplet: E6, 6D and DC. RGB value is (230,109,220). Sum of RGB (Red+Green+Blue) = 230+109+220=559 (74% of max value = 765). Red value is 230 (90.23% from 255 or 41.14% from 559); Green value is 109 (42.97% from 255 or 19.50% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DDC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DDC is #199223. Grayscale: #9D9D9D. Windows color (decimal): -1675812 or 14446054. OLE color: 14446054.

HSL color Cylindrical-coordinate representation of color #E66DDC: hue angle of 304.96º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E66DDC is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 109 220 -
CMYK 0 0.53 0.04 0.10
HSL 304.96º 0.71% 0.66% -
HSV(B) 304.96º 0.53% 0.9% -
XYZ 51.02 32.93 71.38 -
YUV 157.83 163.09 179.47 -
System Red Green Blue C M Y K H S L
Decimal 230 109 220 0 0.53 0.04 0.10 304.96 0.71 0.66
Hex E6 6D DC 0 35 4 A 131 47 42
Octal 346 155 334 0 65 4 12 461 107 102
Binary 11100110 1101101 11011100 0 110101 100 1010 100110001 1000111 1000010

Color Harmonies of #E66DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DDC

Black with #E66DDC

Text Example


Text Example

White with #E66DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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