Html Css Color HEX #E76DD3 Orchid

📋 copy color: '#E76DD3'

red 231 ◦ green 109 ◦ blue 211

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

Shades of Orchid #E76DD3

Tints of Orchid #E76DD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.29%

R = 41.92%
G = 19.78%
B = 38.29%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.09

 K value IS 0.09

RGB Variations

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

Color information

#E76DD3 (or 0xE76DD3) is known color: Orchid. HEX triplet: E7, 6D and D3. RGB value is (231,109,211). Sum of RGB (Red+Green+Blue) = 231+109+211=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 109 (42.97% from 255 or 19.78% from 551); Blue value is 211 (82.81% from 255 or 38.29% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DD3 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DD3 is #18922C. Grayscale: #9C9C9C. Windows color (decimal): -1610285 or 13856231. OLE color: 13856231.

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

Color convert

RGB 231 109 211 -
CMYK 0 0.53 0.09 0.09
HSL 309.84º 0.72% 0.67% -
HSV(B) 309.84º 0.53% 0.91% -
XYZ 50.18 32.63 65.28 -
YUV 157.11 158.42 180.71 -
System Red Green Blue C M Y K H S L
Decimal 231 109 211 0 0.53 0.09 0.09 309.84 0.72 0.67
Hex E7 6D D3 0 35 9 9 136 48 43
Octal 347 155 323 0 65 11 11 466 110 103
Binary 11100111 1101101 11010011 0 110101 1001 1001 100110110 1001000 1000011

Color Harmonies of #E76DD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DD3

Black with #E76DD3

Text Example


Text Example

White with #E76DD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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