Html Css Color HEX #E76DD9 Orchid

📋 copy color: '#E76DD9'

red 231 ◦ green 109 ◦ blue 217

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

Shades of Orchid #E76DD9

Tints of Orchid #E76DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.96%

R = 41.47%
G = 19.57%
B = 38.96%

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

#E76DD9 (or 0xE76DD9) is known color: Orchid. HEX triplet: E7, 6D and D9. RGB value is (231,109,217). Sum of RGB (Red+Green+Blue) = 231+109+217=557 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.47% from 557); Green value is 109 (42.97% from 255 or 19.57% from 557); Blue value is 217 (85.16% from 255 or 38.96% from 557); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DD9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DD9 is #189226. Grayscale: #9D9D9D. Windows color (decimal): -1610279 or 14249447. OLE color: 14249447.

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

Color convert

RGB 231 109 217 -
CMYK 0 0.53 0.06 0.09
HSL 306.89º 0.72% 0.67% -
HSV(B) 306.89º 0.53% 0.91% -
XYZ 50.95 32.94 69.32 -
YUV 157.79 161.42 180.22 -
System Red Green Blue C M Y K H S L
Decimal 231 109 217 0 0.53 0.06 0.09 306.89 0.72 0.67
Hex E7 6D D9 0 35 6 9 133 48 43
Octal 347 155 331 0 65 6 11 463 110 103
Binary 11100111 1101101 11011001 0 110101 110 1001 100110011 1001000 1000011

Color Harmonies of #E76DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DD9

Black with #E76DD9

Text Example


Text Example

White with #E76DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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