Html Css Color HEX #E775C9 Orchid

📋 copy color: '#E775C9'

red 231 ◦ green 117 ◦ blue 201

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

Shades of Orchid #E775C9

Tints of Orchid #E775C9

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.31%

 BLUE value IS 201 (78.91% from 255) = 36.61%

R = 42.08%
G = 21.31%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.13

 K value IS 0.09

RGB Variations

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

Color information

#E775C9 (or 0xE775C9) is known color: Orchid. HEX triplet: E7, 75 and C9. RGB value is (231,117,201). Sum of RGB (Red+Green+Blue) = 231+117+201=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 201 (78.91% from 255 or 36.61% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E775C9 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775C9 is #188A36. Grayscale: #A0A0A0. Windows color (decimal): -1608247 or 13202919. OLE color: 13202919.

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

Color convert

RGB 231 117 201 -
CMYK 0 0.49 0.13 0.09
HSL 315.79º 0.7% 0.68% -
HSV(B) 315.79º 0.49% 0.91% -
XYZ 49.86 33.93 59.18 -
YUV 160.66 150.77 178.17 -
System Red Green Blue C M Y K H S L
Decimal 231 117 201 0 0.49 0.13 0.09 315.79 0.7 0.68
Hex E7 75 C9 0 31 D 9 13C 46 44
Octal 347 165 311 0 61 15 11 474 106 104
Binary 11100111 1110101 11001001 0 110001 1101 1001 100111100 1000110 1000100

Color Harmonies of #E775C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775C9

Black with #E775C9

Text Example


Text Example

White with #E775C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775C9; }

 p { color: rgb(231,117,201); }

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

background-color css

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

 a { background-color: rgb(231,117,201); }

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

border-color css

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

 span { border-color: rgb(231,117,201); }

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