Html Css Color HEX #E17FCA Orchid

📋 copy color: '#E17FCA'

red 225 ◦ green 127 ◦ blue 202

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

Shades of Orchid #E17FCA

Tints of Orchid #E17FCA

RGB

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

 GREEN value IS 127 (50% from 255) = 22.92%

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

R = 40.61%
G = 22.92%
B = 36.46%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E17FCA (or 0xE17FCA) is known color: Orchid. HEX triplet: E1, 7F and CA. RGB value is (225,127,202). Sum of RGB (Red+Green+Blue) = 225+127+202=554 (73% of max value = 765). Red value is 225 (88.28% from 255 or 40.61% from 554); Green value is 127 (50% from 255 or 22.92% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 225 - color contains mainly: red. Hex color #E17FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17FCA is #1E8035. Grayscale: #A4A4A4. Windows color (decimal): -1998902 or 13271009. OLE color: 13271009.

HSL color Cylindrical-coordinate representation of color #E17FCA: hue angle of 314.08º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17FCA is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 127 202 -
CMYK 0 0.44 0.10 0.12
HSL 314.08º 0.62% 0.69% -
HSV(B) 314.08º 0.44% 0.88% -
XYZ 49.3 35.45 60.12 -
YUV 164.85 148.97 170.9 -
System Red Green Blue C M Y K H S L
Decimal 225 127 202 0 0.44 0.10 0.12 314.08 0.62 0.69
Hex E1 7F CA 0 2C A C 13A 3E 45
Octal 341 177 312 0 54 12 14 472 76 105
Binary 11100001 1111111 11001010 0 101100 1010 1100 100111010 111110 1000101

Color Harmonies of #E17FCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17FCA

Black with #E17FCA

Text Example


Text Example

White with #E17FCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17FCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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