Html Css Color HEX #E178CD Orchid

📋 copy color: '#E178CD'

red 225 ◦ green 120 ◦ blue 205

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

Shades of Orchid #E178CD

Tints of Orchid #E178CD

RGB

 RED value IS 225 (88.28% from 255) = 40.91%

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

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

R = 40.91%
G = 21.82%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E178CD (or 0xE178CD) is known color: Orchid. HEX triplet: E1, 78 and CD. RGB value is (225,120,205). Sum of RGB (Red+Green+Blue) = 225+120+205=550 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.91% from 550); Green value is 120 (47.27% from 255 or 21.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CD is #1E8732. Grayscale: #A0A0A0. Windows color (decimal): -2000691 or 13465825. OLE color: 13465825.

HSL color Cylindrical-coordinate representation of color #E178CD: hue angle of 311.43º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E178CD is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 120 205 -
CMYK 0 0.47 0.09 0.12
HSL 311.43º 0.64% 0.68% -
HSV(B) 311.43º 0.47% 0.88% -
XYZ 48.79 33.85 61.72 -
YUV 161.09 152.79 173.59 -
System Red Green Blue C M Y K H S L
Decimal 225 120 205 0 0.47 0.09 0.12 311.43 0.64 0.68
Hex E1 78 CD 0 2F 9 C 137 40 44
Octal 341 170 315 0 57 11 14 467 100 104
Binary 11100001 1111000 11001101 0 101111 1001 1100 100110111 1000000 1000100

Color Harmonies of #E178CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178CD

Black with #E178CD

Text Example


Text Example

White with #E178CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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