Html Css Color HEX #E66DD8 Orchid

📋 copy color: '#E66DD8'

red 230 ◦ green 109 ◦ blue 216

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

Shades of Orchid #E66DD8

Tints of Orchid #E66DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.92%

R = 41.44%
G = 19.64%
B = 38.92%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#E66DD8 (or 0xE66DD8) is known color: Orchid. HEX triplet: E6, 6D and D8. RGB value is (230,109,216). Sum of RGB (Red+Green+Blue) = 230+109+216=555 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.44% from 555); Green value is 109 (42.97% from 255 or 19.64% from 555); Blue value is 216 (84.77% from 255 or 38.92% from 555); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DD8 is #199227. Grayscale: #9D9D9D. Windows color (decimal): -1675816 or 14183910. OLE color: 14183910.

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

Color convert

RGB 230 109 216 -
CMYK 0 0.53 0.06 0.10
HSL 306.94º 0.71% 0.66% -
HSV(B) 306.94º 0.53% 0.9% -
XYZ 50.5 32.72 68.62 -
YUV 157.38 161.09 179.8 -
System Red Green Blue C M Y K H S L
Decimal 230 109 216 0 0.53 0.06 0.10 306.94 0.71 0.66
Hex E6 6D D8 0 35 6 A 133 47 42
Octal 346 155 330 0 65 6 12 463 107 102
Binary 11100110 1101101 11011000 0 110101 110 1010 100110011 1000111 1000010

Color Harmonies of #E66DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DD8

Black with #E66DD8

Text Example


Text Example

White with #E66DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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