Html Css Color HEX #E77DCD Orchid

📋 copy color: '#E77DCD'

red 231 ◦ green 125 ◦ blue 205

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

Shades of Orchid #E77DCD

Tints of Orchid #E77DCD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 22.28%

 BLUE value IS 205 (80.47% from 255) = 36.54%

R = 41.18%
G = 22.28%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E77DCD (or 0xE77DCD) is known color: Orchid. HEX triplet: E7, 7D and CD. RGB value is (231,125,205). Sum of RGB (Red+Green+Blue) = 231+125+205=561 (74% of max value = 765). Red value is 231 (90.62% from 255 or 41.18% from 561); Green value is 125 (49.22% from 255 or 22.28% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 231 - color contains mainly: red. Hex color #E77DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E77DCD is #188232. Grayscale: #A5A5A5. Windows color (decimal): -1606195 or 13467111. OLE color: 13467111.

HSL color Cylindrical-coordinate representation of color #E77DCD: hue angle of 314.72º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #E77DCD is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 125 205 -
CMYK 0 0.46 0.11 0.09
HSL 314.72º 0.69% 0.7% -
HSV(B) 314.72º 0.46% 0.91% -
XYZ 51.31 36.06 62.01 -
YUV 165.81 150.12 174.5 -
System Red Green Blue C M Y K H S L
Decimal 231 125 205 0 0.46 0.11 0.09 314.72 0.69 0.7
Hex E7 7D CD 0 2E B 9 13B 45 46
Octal 347 175 315 0 56 13 11 473 105 106
Binary 11100111 1111101 11001101 0 101110 1011 1001 100111011 1000101 1000110

Color Harmonies of #E77DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E77DCD

Black with #E77DCD

Text Example


Text Example

White with #E77DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E77DCD; }

 p { color: rgb(231,125,205); }

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

background-color css

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

 a { background-color: rgb(231,125,205); }

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

border-color css

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

 span { border-color: rgb(231,125,205); }

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