Html Css Color HEX #E175CF Orchid

📋 copy color: '#E175CF'

red 225 ◦ green 117 ◦ blue 207

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

Shades of Orchid #E175CF

Tints of Orchid #E175CF

RGB

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

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

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

R = 40.98%
G = 21.31%
B = 37.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#E175CF (or 0xE175CF) is known color: Orchid. HEX triplet: E1, 75 and CF. RGB value is (225,117,207). Sum of RGB (Red+Green+Blue) = 225+117+207=549 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.98% from 549); Green value is 117 (46.09% from 255 or 21.31% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 225 - color contains mainly: red. Hex color #E175CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E175CF is #1E8A30. Grayscale: #9F9F9F. Windows color (decimal): -2001457 or 13596129. OLE color: 13596129.

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

Color convert

RGB 225 117 207 -
CMYK 0 0.48 0.08 0.12
HSL 310º 0.64% 0.67% -
HSV(B) 310º 0.48% 0.88% -
XYZ 48.68 33.24 62.88 -
YUV 159.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 225 117 207 0 0.48 0.08 0.12 310 0.64 0.67
Hex E1 75 CF 0 30 8 C 136 40 43
Octal 341 165 317 0 60 10 14 466 100 103
Binary 11100001 1110101 11001111 0 110000 1000 1100 100110110 1000000 1000011

Color Harmonies of #E175CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E175CF

Black with #E175CF

Text Example


Text Example

White with #E175CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E175CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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