Html Css Color HEX #E771CE Orchid

📋 copy color: '#E771CE'

red 231 ◦ green 113 ◦ blue 206

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

Shades of Orchid #E771CE

Tints of Orchid #E771CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 37.45%

R = 42%
G = 20.55%
B = 37.45%

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

#E771CE (or 0xE771CE) is known color: Orchid. HEX triplet: E7, 71 and CE. RGB value is (231,113,206). Sum of RGB (Red+Green+Blue) = 231+113+206=550 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42% from 550); Green value is 113 (44.53% from 255 or 20.55% from 550); Blue value is 206 (80.86% from 255 or 37.45% from 550); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CE is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CE is #188E31. Grayscale: #9E9E9E. Windows color (decimal): -1609266 or 13529575. OLE color: 13529575.

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

Color convert

RGB 231 113 206 -
CMYK 0 0.51 0.11 0.09
HSL 312.71º 0.71% 0.67% -
HSV(B) 312.71º 0.51% 0.91% -
XYZ 50 33.26 62.18 -
YUV 158.88 154.59 179.44 -
System Red Green Blue C M Y K H S L
Decimal 231 113 206 0 0.51 0.11 0.09 312.71 0.71 0.67
Hex E7 71 CE 0 33 B 9 139 47 43
Octal 347 161 316 0 63 13 11 471 107 103
Binary 11100111 1110001 11001110 0 110011 1011 1001 100111001 1000111 1000011

Color Harmonies of #E771CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771CE

Black with #E771CE

Text Example


Text Example

White with #E771CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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