Html Css Color HEX #E17CCA Orchid

📋 copy color: '#E17CCA'

red 225 ◦ green 124 ◦ blue 202

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

Shades of Orchid #E17CCA

Tints of Orchid #E17CCA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 22.5%

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

R = 40.83%
G = 22.5%
B = 36.66%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#E17CCA (or 0xE17CCA) is known color: Orchid. HEX triplet: E1, 7C and CA. RGB value is (225,124,202). Sum of RGB (Red+Green+Blue) = 225+124+202=551 (72% of max value = 765). Red value is 225 (88.28% from 255 or 40.83% from 551); Green value is 124 (48.83% from 255 or 22.50% from 551); Blue value is 202 (79.30% from 255 or 36.66% from 551); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CCA is #1E8335. Grayscale: #A2A2A2. Windows color (decimal): -1999670 or 13270241. OLE color: 13270241.

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

Color convert

RGB 225 124 202 -
CMYK 0 0.45 0.10 0.12
HSL 313.66º 0.63% 0.68% -
HSV(B) 313.66º 0.45% 0.88% -
XYZ 48.92 34.69 59.99 -
YUV 163.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 225 124 202 0 0.45 0.10 0.12 313.66 0.63 0.68
Hex E1 7C CA 0 2D A C 13A 3F 44
Octal 341 174 312 0 55 12 14 472 77 104
Binary 11100001 1111100 11001010 0 101101 1010 1100 100111010 111111 1000100

Color Harmonies of #E17CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CCA

Black with #E17CCA

Text Example


Text Example

White with #E17CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CCA; }

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

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

background-color css

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

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

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

border-color css

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

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

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