Html Css Color HEX #E774CD Orchid

📋 copy color: '#E774CD'

red 231 ◦ green 116 ◦ blue 205

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

Shades of Orchid #E774CD

Tints of Orchid #E774CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 21.01%

 BLUE value IS 205 (80.47% from 255) = 37.14%

R = 41.85%
G = 21.01%
B = 37.14%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E774CD (or 0xE774CD) is known color: Orchid. HEX triplet: E7, 74 and CD. RGB value is (231,116,205). Sum of RGB (Red+Green+Blue) = 231+116+205=552 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.85% from 552); Green value is 116 (45.70% from 255 or 21.01% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 231 - color contains mainly: red. Hex color #E774CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E774CD is #188B32. Grayscale: #A0A0A0. Windows color (decimal): -1608499 or 13464807. OLE color: 13464807.

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

Color convert

RGB 231 116 205 -
CMYK 0 0.50 0.11 0.09
HSL 313.57º 0.71% 0.68% -
HSV(B) 313.57º 0.5% 0.91% -
XYZ 50.22 33.89 61.65 -
YUV 160.53 153.1 178.26 -
System Red Green Blue C M Y K H S L
Decimal 231 116 205 0 0.50 0.11 0.09 313.57 0.71 0.68
Hex E7 74 CD 0 32 B 9 13A 47 44
Octal 347 164 315 0 62 13 11 472 107 104
Binary 11100111 1110100 11001101 0 110010 1011 1001 100111010 1000111 1000100

Color Harmonies of #E774CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E774CD

Black with #E774CD

Text Example


Text Example

White with #E774CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E774CD; }

 p { color: rgb(231,116,205); }

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

background-color css

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

 a { background-color: rgb(231,116,205); }

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

border-color css

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

 span { border-color: rgb(231,116,205); }

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