Html Css Color HEX #E775CB Orchid

📋 copy color: '#E775CB'

red 231 ◦ green 117 ◦ blue 203

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

Shades of Orchid #E775CB

Tints of Orchid #E775CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.84%

R = 41.92%
G = 21.23%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E775CB (or 0xE775CB) is known color: Orchid. HEX triplet: E7, 75 and CB. RGB value is (231,117,203). Sum of RGB (Red+Green+Blue) = 231+117+203=551 (72% of max value = 765). Red value is 231 (90.62% from 255 or 41.92% from 551); Green value is 117 (46.09% from 255 or 21.23% from 551); Blue value is 203 (79.69% from 255 or 36.84% from 551); Max value from RGB is 231 - color contains mainly: red. Hex color #E775CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E775CB is #188A34. Grayscale: #A0A0A0. Windows color (decimal): -1608245 or 13333991. OLE color: 13333991.

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

Color convert

RGB 231 117 203 -
CMYK 0 0.49 0.12 0.09
HSL 314.74º 0.7% 0.68% -
HSV(B) 314.74º 0.49% 0.91% -
XYZ 50.1 34.02 60.43 -
YUV 160.89 151.77 178.01 -
System Red Green Blue C M Y K H S L
Decimal 231 117 203 0 0.49 0.12 0.09 314.74 0.7 0.68
Hex E7 75 CB 0 31 C 9 13B 46 44
Octal 347 165 313 0 61 14 11 473 106 104
Binary 11100111 1110101 11001011 0 110001 1100 1001 100111011 1000110 1000100

Color Harmonies of #E775CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E775CB

Black with #E775CB

Text Example


Text Example

White with #E775CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E775CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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