Html Css Color HEX #E176CC Orchid

📋 copy color: '#E176CC'

red 225 ◦ green 118 ◦ blue 204

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

Shades of Orchid #E176CC

Tints of Orchid #E176CC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.57%

 BLUE value IS 204 (80.08% from 255) = 37.29%

R = 41.13%
G = 21.57%
B = 37.29%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.12

RGB Variations

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

Color information

#E176CC (or 0xE176CC) is known color: Orchid. HEX triplet: E1, 76 and CC. RGB value is (225,118,204). Sum of RGB (Red+Green+Blue) = 225+118+204=547 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.13% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 204 (80.08% from 255 or 37.29% from 547); Max value from RGB is 225 - color contains mainly: red. Hex color #E176CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E176CC is #1E8933. Grayscale: #9F9F9F. Windows color (decimal): -2001204 or 13399777. OLE color: 13399777.

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

Color convert

RGB 225 118 204 -
CMYK 0 0.48 0.09 0.12
HSL 311.78º 0.64% 0.67% -
HSV(B) 311.78º 0.48% 0.88% -
XYZ 48.43 33.32 61.01 -
YUV 159.8 152.95 174.51 -
System Red Green Blue C M Y K H S L
Decimal 225 118 204 0 0.48 0.09 0.12 311.78 0.64 0.67
Hex E1 76 CC 0 30 9 C 138 40 43
Octal 341 166 314 0 60 11 14 470 100 103
Binary 11100001 1110110 11001100 0 110000 1001 1100 100111000 1000000 1000011

Color Harmonies of #E176CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E176CC

Black with #E176CC

Text Example


Text Example

White with #E176CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E176CC; }

 p { color: rgb(225,118,204); }

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

background-color css

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

 a { background-color: rgb(225,118,204); }

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

border-color css

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

 span { border-color: rgb(225,118,204); }

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