Html Css Color HEX #E178CF Orchid

📋 copy color: '#E178CF'

red 225 ◦ green 120 ◦ blue 207

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

Shades of Orchid #E178CF

Tints of Orchid #E178CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 37.5%

R = 40.76%
G = 21.74%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E178CF (or 0xE178CF) is known color: Orchid. HEX triplet: E1, 78 and CF. RGB value is (225,120,207). Sum of RGB (Red+Green+Blue) = 225+120+207=552 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.76% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 207 (81.25% from 255 or 37.5% from 552); Max value from RGB is 225 - color contains mainly: red. Hex color #E178CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E178CF is #1E8730. Grayscale: #A1A1A1. Windows color (decimal): -2000689 or 13596897. OLE color: 13596897.

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

Color convert

RGB 225 120 207 -
CMYK 0 0.47 0.08 0.12
HSL 310.29º 0.64% 0.68% -
HSV(B) 310.29º 0.47% 0.88% -
XYZ 49.03 33.95 63 -
YUV 161.31 153.79 173.43 -
System Red Green Blue C M Y K H S L
Decimal 225 120 207 0 0.47 0.08 0.12 310.29 0.64 0.68
Hex E1 78 CF 0 2F 8 C 136 40 44
Octal 341 170 317 0 57 10 14 466 100 104
Binary 11100001 1111000 11001111 0 101111 1000 1100 100110110 1000000 1000100

Color Harmonies of #E178CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E178CF

Black with #E178CF

Text Example


Text Example

White with #E178CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E178CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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