Html Css Color HEX #E17CD3 Orchid

📋 copy color: '#E17CD3'

red 225 ◦ green 124 ◦ blue 211

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

Shades of Orchid #E17CD3

Tints of Orchid #E17CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.68%

R = 40.18%
G = 22.14%
B = 37.68%

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

#E17CD3 (or 0xE17CD3) is known color: Orchid. HEX triplet: E1, 7C and D3. RGB value is (225,124,211). Sum of RGB (Red+Green+Blue) = 225+124+211=560 (74% of max value = 765). Red value is 225 (88.28% from 255 or 40.18% from 560); Green value is 124 (48.83% from 255 or 22.14% from 560); Blue value is 211 (82.81% from 255 or 37.68% from 560); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CD3 is #1E832C. Grayscale: #A3A3A3. Windows color (decimal): -1999661 or 13860065. OLE color: 13860065.

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

Color convert

RGB 225 124 211 -
CMYK 0 0.45 0.06 0.12
HSL 308.32º 0.63% 0.68% -
HSV(B) 308.32º 0.45% 0.88% -
XYZ 50.02 35.13 65.77 -
YUV 164.12 154.46 171.43 -
System Red Green Blue C M Y K H S L
Decimal 225 124 211 0 0.45 0.06 0.12 308.32 0.63 0.68
Hex E1 7C D3 0 2D 6 C 134 3F 44
Octal 341 174 323 0 55 6 14 464 77 104
Binary 11100001 1111100 11010011 0 101101 110 1100 100110100 111111 1000100

Color Harmonies of #E17CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CD3

Black with #E17CD3

Text Example


Text Example

White with #E17CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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