Html Css Color HEX #E170CA Orchid

📋 copy color: '#E170CA'

red 225 ◦ green 112 ◦ blue 202

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

Shades of Orchid #E170CA

Tints of Orchid #E170CA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.78%

 BLUE value IS 202 (79.3% from 255) = 37.48%

R = 41.74%
G = 20.78%
B = 37.48%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E170CA (or 0xE170CA) is known color: Orchid. HEX triplet: E1, 70 and CA. RGB value is (225,112,202). Sum of RGB (Red+Green+Blue) = 225+112+202=539 (71% of max value = 765). Red value is 225 (88.28% from 255 or 41.74% from 539); Green value is 112 (44.14% from 255 or 20.78% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 225 - color contains mainly: red. Hex color #E170CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E170CA is #1E8F35. Grayscale: #9B9B9B. Windows color (decimal): -2002742 or 13267169. OLE color: 13267169.

HSL color Cylindrical-coordinate representation of color #E170CA: hue angle of 312.21º degrees, saturation: 0.65, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E170CA is Cyan = 0, Magento = 0.50, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 112 202 -
CMYK 0 0.50 0.10 0.12
HSL 312.21º 0.65% 0.66% -
HSV(B) 312.21º 0.5% 0.88% -
XYZ 47.51 31.86 59.52 -
YUV 156.05 153.94 177.18 -
System Red Green Blue C M Y K H S L
Decimal 225 112 202 0 0.50 0.10 0.12 312.21 0.65 0.66
Hex E1 70 CA 0 32 A C 138 41 42
Octal 341 160 312 0 62 12 14 470 101 102
Binary 11100001 1110000 11001010 0 110010 1010 1100 100111000 1000001 1000010

Color Harmonies of #E170CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E170CA

Black with #E170CA

Text Example


Text Example

White with #E170CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E170CA; }

 p { color: rgb(225,112,202); }

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

background-color css

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

 a { background-color: rgb(225,112,202); }

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

border-color css

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

 span { border-color: rgb(225,112,202); }

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