Html Css Color HEX #E17CD7 Orchid

📋 copy color: '#E17CD7'

red 225 ◦ green 124 ◦ blue 215

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

Shades of Orchid #E17CD7

Tints of Orchid #E17CD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.12%

R = 39.89%
G = 21.99%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E17CD7 (or 0xE17CD7) is known color: Orchid. HEX triplet: E1, 7C and D7. RGB value is (225,124,215). Sum of RGB (Red+Green+Blue) = 225+124+215=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 124 (48.83% from 255 or 21.99% from 564); Blue value is 215 (84.38% from 255 or 38.12% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CD7 is #1E8328. Grayscale: #A4A4A4. Windows color (decimal): -1999657 or 14122209. OLE color: 14122209.

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

Color convert

RGB 225 124 215 -
CMYK 0 0.45 0.04 0.12
HSL 305.94º 0.63% 0.68% -
HSV(B) 305.94º 0.45% 0.88% -
XYZ 50.52 35.33 68.45 -
YUV 164.57 156.46 171.1 -
System Red Green Blue C M Y K H S L
Decimal 225 124 215 0 0.45 0.04 0.12 305.94 0.63 0.68
Hex E1 7C D7 0 2D 4 C 132 3F 44
Octal 341 174 327 0 55 4 14 462 77 104
Binary 11100001 1111100 11010111 0 101101 100 1100 100110010 111111 1000100

Color Harmonies of #E17CD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CD7

Black with #E17CD7

Text Example


Text Example

White with #E17CD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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