Html Css Color HEX #E17CD4 Orchid

📋 copy color: '#E17CD4'

red 225 ◦ green 124 ◦ blue 212

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

Shades of Orchid #E17CD4

Tints of Orchid #E17CD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.79%

R = 40.11%
G = 22.1%
B = 37.79%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.06

 K value IS 0.12

RGB Variations

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

Color information

#E17CD4 (or 0xE17CD4) is known color: Orchid. HEX triplet: E1, 7C and D4. RGB value is (225,124,212). Sum of RGB (Red+Green+Blue) = 225+124+212=561 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.11% from 561); Green value is 124 (48.83% from 255 or 22.10% from 561); Blue value is 212 (83.20% from 255 or 37.79% from 561); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CD4 is #1E832B. Grayscale: #A3A3A3. Windows color (decimal): -1999660 or 13925601. OLE color: 13925601.

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

Color convert

RGB 225 124 212 -
CMYK 0 0.45 0.06 0.12
HSL 307.72º 0.63% 0.68% -
HSV(B) 307.72º 0.45% 0.88% -
XYZ 50.14 35.18 66.43 -
YUV 164.23 154.96 171.34 -
System Red Green Blue C M Y K H S L
Decimal 225 124 212 0 0.45 0.06 0.12 307.72 0.63 0.68
Hex E1 7C D4 0 2D 6 C 134 3F 44
Octal 341 174 324 0 55 6 14 464 77 104
Binary 11100001 1111100 11010100 0 101101 110 1100 100110100 111111 1000100

Color Harmonies of #E17CD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CD4

Black with #E17CD4

Text Example


Text Example

White with #E17CD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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