Html Css Color HEX #E175CB Orchid

📋 copy color: '#E175CB'

red 225 ◦ green 117 ◦ blue 203

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

Shades of Orchid #E175CB

Tints of Orchid #E175CB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 21.47%

 BLUE value IS 203 (79.69% from 255) = 37.25%

R = 41.28%
G = 21.47%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E175CB (or 0xE175CB) is known color: Orchid. HEX triplet: E1, 75 and CB. RGB value is (225,117,203). Sum of RGB (Red+Green+Blue) = 225+117+203=545 (72% of max value = 765). Red value is 225 (88.28% from 255 or 41.28% from 545); Green value is 117 (46.09% from 255 or 21.47% from 545); Blue value is 203 (79.69% from 255 or 37.25% from 545); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CB is #1E8A34. Grayscale: #9E9E9E. Windows color (decimal): -2001461 or 13333985. OLE color: 13333985.

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

Color convert

RGB 225 117 203 -
CMYK 0 0.48 0.10 0.12
HSL 312.22º 0.64% 0.67% -
HSV(B) 312.22º 0.48% 0.88% -
XYZ 48.19 33.04 60.34 -
YUV 159.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 225 117 203 0 0.48 0.10 0.12 312.22 0.64 0.67
Hex E1 75 CB 0 30 A C 138 40 43
Octal 341 165 313 0 60 12 14 470 100 103
Binary 11100001 1110101 11001011 0 110000 1010 1100 100111000 1000000 1000011

Color Harmonies of #E175CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175CB

Black with #E175CB

Text Example


Text Example

White with #E175CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175CB; }

 p { color: rgb(225,117,203); }

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

background-color css

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

 a { background-color: rgb(225,117,203); }

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

border-color css

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

 span { border-color: rgb(225,117,203); }

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