Html Css Color HEX #E66DD7 Orchid

📋 copy color: '#E66DD7'

red 230 ◦ green 109 ◦ blue 215

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

Shades of Orchid #E66DD7

Tints of Orchid #E66DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.81%

R = 41.52%
G = 19.68%
B = 38.81%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#E66DD7 (or 0xE66DD7) is known color: Orchid. HEX triplet: E6, 6D and D7. RGB value is (230,109,215). Sum of RGB (Red+Green+Blue) = 230+109+215=554 (73% of max value = 765). Red value is 230 (90.23% from 255 or 41.52% from 554); Green value is 109 (42.97% from 255 or 19.68% from 554); Blue value is 215 (84.38% from 255 or 38.81% from 554); Max value from RGB is 230 - color contains mainly: red. Hex color #E66DD7 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E66DD7 is #199228. Grayscale: #9C9C9C. Windows color (decimal): -1675817 or 14118374. OLE color: 14118374.

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

Color convert

RGB 230 109 215 -
CMYK 0 0.53 0.07 0.10
HSL 307.44º 0.71% 0.66% -
HSV(B) 307.44º 0.53% 0.9% -
XYZ 50.37 32.67 67.94 -
YUV 157.26 160.59 179.88 -
System Red Green Blue C M Y K H S L
Decimal 230 109 215 0 0.53 0.07 0.10 307.44 0.71 0.66
Hex E6 6D D7 0 35 7 A 133 47 42
Octal 346 155 327 0 65 7 12 463 107 102
Binary 11100110 1101101 11010111 0 110101 111 1010 100110011 1000111 1000010

Color Harmonies of #E66DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E66DD7

Black with #E66DD7

Text Example


Text Example

White with #E66DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E66DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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