Html Css Color HEX #E66DD0 Orchid

📋 copy color: '#E66DD0'

red 230 ◦ green 109 ◦ blue 208

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

Shades of Orchid #E66DD0

Tints of Orchid #E66DD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 38.03%

R = 42.05%
G = 19.93%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#E66DD0 (or 0xE66DD0) is known color: Orchid. HEX triplet: E6, 6D and D0. RGB value is (230,109,208). Sum of RGB (Red+Green+Blue) = 230+109+208=547 (72% of max value = 765). Red value is 230 (90.23% from 255 or 42.05% from 547); Green value is 109 (42.97% from 255 or 19.93% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DD0 is #19922F. Grayscale: #9C9C9C. Windows color (decimal): -1675824 or 13659622. OLE color: 13659622.

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

Color convert

RGB 230 109 208 -
CMYK 0 0.53 0.10 0.10
HSL 310.91º 0.71% 0.66% -
HSV(B) 310.91º 0.53% 0.9% -
XYZ 49.49 32.31 63.3 -
YUV 156.47 157.09 180.45 -
System Red Green Blue C M Y K H S L
Decimal 230 109 208 0 0.53 0.10 0.10 310.91 0.71 0.66
Hex E6 6D D0 0 35 A A 137 47 42
Octal 346 155 320 0 65 12 12 467 107 102
Binary 11100110 1101101 11010000 0 110101 1010 1010 100110111 1000111 1000010

Color Harmonies of #E66DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DD0

Black with #E66DD0

Text Example


Text Example

White with #E66DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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