Html Css Color HEX #E76DD0 Orchid

📋 copy color: '#E76DD0'

red 231 ◦ green 109 ◦ blue 208

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

Shades of Orchid #E76DD0

Tints of Orchid #E76DD0

RGB

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

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

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

R = 42.15%
G = 19.89%
B = 37.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E76DD0 (or 0xE76DD0) is known color: Orchid. HEX triplet: E7, 6D and D0. RGB value is (231,109,208). Sum of RGB (Red+Green+Blue) = 231+109+208=548 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.15% from 548); Green value is 109 (42.97% from 255 or 19.89% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DD0 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DD0 is #18922F. Grayscale: #9C9C9C. Windows color (decimal): -1610288 or 13659623. OLE color: 13659623.

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

Color convert

RGB 231 109 208 -
CMYK 0 0.53 0.10 0.09
HSL 311.31º 0.72% 0.67% -
HSV(B) 311.31º 0.53% 0.91% -
XYZ 49.81 32.48 63.32 -
YUV 156.76 156.92 180.95 -
System Red Green Blue C M Y K H S L
Decimal 231 109 208 0 0.53 0.10 0.09 311.31 0.72 0.67
Hex E7 6D D0 0 35 A 9 137 48 43
Octal 347 155 320 0 65 12 11 467 110 103
Binary 11100111 1101101 11010000 0 110101 1010 1001 100110111 1001000 1000011

Color Harmonies of #E76DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DD0

Black with #E76DD0

Text Example


Text Example

White with #E76DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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