Html Css Color HEX #E771CD Orchid

📋 copy color: '#E771CD'

red 231 ◦ green 113 ◦ blue 205

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

Shades of Orchid #E771CD

Tints of Orchid #E771CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 20.58%

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

R = 42.08%
G = 20.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E771CD (or 0xE771CD) is known color: Orchid. HEX triplet: E7, 71 and CD. RGB value is (231,113,205). Sum of RGB (Red+Green+Blue) = 231+113+205=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 113 (44.53% from 255 or 20.58% from 549); Blue value is 205 (80.47% from 255 or 37.34% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CD is #188E32. Grayscale: #9E9E9E. Windows color (decimal): -1609267 or 13464039. OLE color: 13464039.

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

Color convert

RGB 231 113 205 -
CMYK 0 0.51 0.11 0.09
HSL 313.22º 0.71% 0.67% -
HSV(B) 313.22º 0.51% 0.91% -
XYZ 49.88 33.21 61.54 -
YUV 158.77 154.09 179.52 -
System Red Green Blue C M Y K H S L
Decimal 231 113 205 0 0.51 0.11 0.09 313.22 0.71 0.67
Hex E7 71 CD 0 33 B 9 139 47 43
Octal 347 161 315 0 63 13 11 471 107 103
Binary 11100111 1110001 11001101 0 110011 1011 1001 100111001 1000111 1000011

Color Harmonies of #E771CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771CD

Black with #E771CD

Text Example


Text Example

White with #E771CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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