Html Css Color HEX #E778CD Orchid

📋 copy color: '#E778CD'

red 231 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E778CD

Tints of Orchid #E778CD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 21.58%

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

R = 41.55%
G = 21.58%
B = 36.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#E778CD (or 0xE778CD) is known color: Orchid. HEX triplet: E7, 78 and CD. RGB value is (231,120,205). Sum of RGB (Red+Green+Blue) = 231+120+205=556 (73% of max value = 765). Red value is 231 (90.62% from 255 or 41.55% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 231 - color contains mainly: red. Hex color #E778CD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E778CD is #188732. Grayscale: #A2A2A2. Windows color (decimal): -1607475 or 13465831. OLE color: 13465831.

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

Color convert

RGB 231 120 205 -
CMYK 0 0.48 0.11 0.09
HSL 314.05º 0.7% 0.69% -
HSV(B) 314.05º 0.48% 0.91% -
XYZ 50.69 34.83 61.81 -
YUV 162.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 231 120 205 0 0.48 0.11 0.09 314.05 0.7 0.69
Hex E7 78 CD 0 30 B 9 13A 46 45
Octal 347 170 315 0 60 13 11 472 106 105
Binary 11100111 1111000 11001101 0 110000 1011 1001 100111010 1000110 1000101

Color Harmonies of #E778CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E778CD

Black with #E778CD

Text Example


Text Example

White with #E778CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E778CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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