Html Css Color HEX #E76DDF Orchid

📋 copy color: '#E76DDF'

red 231 ◦ green 109 ◦ blue 223

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

Shades of Orchid #E76DDF

Tints of Orchid #E76DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.61%

R = 41.03%
G = 19.36%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.03

 K value IS 0.09

RGB Variations

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

Color information

#E76DDF (or 0xE76DDF) is known color: Orchid. HEX triplet: E7, 6D and DF. RGB value is (231,109,223). Sum of RGB (Red+Green+Blue) = 231+109+223=563 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.03% from 563); Green value is 109 (42.97% from 255 or 19.36% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 231 - color contains mainly: red. Hex color #E76DDF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E76DDF is #189220. Grayscale: #9E9E9E. Windows color (decimal): -1610273 or 14642663. OLE color: 14642663.

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

Color convert

RGB 231 109 223 -
CMYK 0 0.53 0.03 0.09
HSL 303.93º 0.72% 0.67% -
HSV(B) 303.93º 0.53% 0.91% -
XYZ 51.74 33.25 73.5 -
YUV 158.47 164.42 179.73 -
System Red Green Blue C M Y K H S L
Decimal 231 109 223 0 0.53 0.03 0.09 303.93 0.72 0.67
Hex E7 6D DF 0 35 3 9 130 48 43
Octal 347 155 337 0 65 3 11 460 110 103
Binary 11100111 1101101 11011111 0 110101 11 1001 100110000 1001000 1000011

Color Harmonies of #E76DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76DDF

Black with #E76DDF

Text Example


Text Example

White with #E76DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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