Html Css Color HEX #E773CB Orchid

📋 copy color: '#E773CB'

red 231 ◦ green 115 ◦ blue 203

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

Shades of Orchid #E773CB

Tints of Orchid #E773CB

RGB

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

 GREEN value IS 115 (45.31% from 255) = 20.95%

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

R = 42.08%
G = 20.95%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E773CB (or 0xE773CB) is known color: Orchid. HEX triplet: E7, 73 and CB. RGB value is (231,115,203). Sum of RGB (Red+Green+Blue) = 231+115+203=549 (72% of max value = 765). Red value is 231 (90.62% from 255 or 42.08% from 549); Green value is 115 (45.31% from 255 or 20.95% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 231 - color contains mainly: red. Hex color #E773CB is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E773CB is #188C34. Grayscale: #9F9F9F. Windows color (decimal): -1608757 or 13333479. OLE color: 13333479.

HSL color Cylindrical-coordinate representation of color #E773CB: hue angle of 314.48º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E773CB is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 115 203 -
CMYK 0 0.50 0.12 0.09
HSL 314.48º 0.71% 0.68% -
HSV(B) 314.48º 0.5% 0.91% -
XYZ 49.87 33.56 60.35 -
YUV 159.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 231 115 203 0 0.50 0.12 0.09 314.48 0.71 0.68
Hex E7 73 CB 0 32 C 9 13A 47 44
Octal 347 163 313 0 62 14 11 472 107 104
Binary 11100111 1110011 11001011 0 110010 1100 1001 100111010 1000111 1000100

Color Harmonies of #E773CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E773CB

Black with #E773CB

Text Example


Text Example

White with #E773CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E773CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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