Html Css Color HEX #E771CF Orchid

📋 copy color: '#E771CF'

red 231 ◦ green 113 ◦ blue 207

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

Shades of Orchid #E771CF

Tints of Orchid #E771CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.57%

R = 41.92%
G = 20.51%
B = 37.57%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.10

 K value IS 0.09

RGB Variations

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

Color information

#E771CF (or 0xE771CF) is known color: Orchid. HEX triplet: E7, 71 and CF. RGB value is (231,113,207). Sum of RGB (Red+Green+Blue) = 231+113+207=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 207 (81.25% from 255 or 37.57% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E771CF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E771CF is #188E30. Grayscale: #9E9E9E. Windows color (decimal): -1609265 or 13595111. OLE color: 13595111.

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

Color convert

RGB 231 113 207 -
CMYK 0 0.51 0.10 0.09
HSL 312.2º 0.71% 0.67% -
HSV(B) 312.2º 0.51% 0.91% -
XYZ 50.12 33.3 62.82 -
YUV 159 155.09 179.36 -
System Red Green Blue C M Y K H S L
Decimal 231 113 207 0 0.51 0.10 0.09 312.2 0.71 0.67
Hex E7 71 CF 0 33 A 9 138 47 43
Octal 347 161 317 0 63 12 11 470 107 103
Binary 11100111 1110001 11001111 0 110011 1010 1001 100111000 1000111 1000011

Color Harmonies of #E771CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E771CF

Black with #E771CF

Text Example


Text Example

White with #E771CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E771CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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