Html Css Color HEX #E17CDA Orchid

📋 copy color: '#E17CDA'

red 225 ◦ green 124 ◦ blue 218

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

Shades of Orchid #E17CDA

Tints of Orchid #E17CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 38.45%

R = 39.68%
G = 21.87%
B = 38.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E17CDA (or 0xE17CDA) is known color: Orchid. HEX triplet: E1, 7C and DA. RGB value is (225,124,218). Sum of RGB (Red+Green+Blue) = 225+124+218=567 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.68% from 567); Green value is 124 (48.83% from 255 or 21.87% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CDA is #1E8325. Grayscale: #A4A4A4. Windows color (decimal): -1999654 or 14318817. OLE color: 14318817.

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

Color convert

RGB 225 124 218 -
CMYK 0 0.45 0.03 0.12
HSL 304.16º 0.63% 0.68% -
HSV(B) 304.16º 0.45% 0.88% -
XYZ 50.91 35.48 70.5 -
YUV 164.92 157.96 170.86 -
System Red Green Blue C M Y K H S L
Decimal 225 124 218 0 0.45 0.03 0.12 304.16 0.63 0.68
Hex E1 7C DA 0 2D 3 C 130 3F 44
Octal 341 174 332 0 55 3 14 460 77 104
Binary 11100001 1111100 11011010 0 101101 11 1100 100110000 111111 1000100

Color Harmonies of #E17CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CDA

Black with #E17CDA

Text Example


Text Example

White with #E17CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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