Html Css Color HEX #E76DD8 Orchid

📋 copy color: '#E76DD8'

red 231 ◦ green 109 ◦ blue 216

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

Shades of Orchid #E76DD8

Tints of Orchid #E76DD8

RGB

 RED value IS 231 (90.63% from 255) = 41.55%

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

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

R = 41.55%
G = 19.6%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#E76DD8 (or 0xE76DD8) is known color: Orchid. HEX triplet: E7, 6D and D8. RGB value is (231,109,216). Sum of RGB (Red+Green+Blue) = 231+109+216=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 109 (42.97% from 255 or 19.60% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DD8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DD8 is #189227. Grayscale: #9D9D9D. Windows color (decimal): -1610280 or 14183911. OLE color: 14183911.

HSL color Cylindrical-coordinate representation of color #E76DD8: hue angle of 307.38º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76DD8 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 109 216 -
CMYK 0 0.53 0.06 0.09
HSL 307.38º 0.72% 0.67% -
HSV(B) 307.38º 0.53% 0.91% -
XYZ 50.82 32.88 68.63 -
YUV 157.68 160.92 180.3 -
System Red Green Blue C M Y K H S L
Decimal 231 109 216 0 0.53 0.06 0.09 307.38 0.72 0.67
Hex E7 6D D8 0 35 6 9 133 48 43
Octal 347 155 330 0 65 6 11 463 110 103
Binary 11100111 1101101 11011000 0 110101 110 1001 100110011 1001000 1000011

Color Harmonies of #E76DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DD8

Black with #E76DD8

Text Example


Text Example

White with #E76DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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