Html Css Color HEX #E17ADF Orchid

📋 copy color: '#E17ADF'

red 225 ◦ green 122 ◦ blue 223

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

Shades of Orchid #E17ADF

Tints of Orchid #E17ADF

RGB

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

 GREEN value IS 122 (48.05% from 255) = 21.4%

 BLUE value IS 223 (87.5% from 255) = 39.12%

R = 39.47%
G = 21.4%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.01

 K value IS 0.12

RGB Variations

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

Color information

#E17ADF (or 0xE17ADF) is known color: Orchid. HEX triplet: E1, 7A and DF. RGB value is (225,122,223). Sum of RGB (Red+Green+Blue) = 225+122+223=570 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.47% from 570); Green value is 122 (48.05% from 255 or 21.40% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 225 - color contains mainly: red. Hex color #E17ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17ADF is #1E8520. Grayscale: #A4A4A4. Windows color (decimal): -2000161 or 14645985. OLE color: 14645985.

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

Color convert

RGB 225 122 223 -
CMYK 0 0.46 0.01 0.12
HSL 301.17º 0.63% 0.68% -
HSV(B) 301.17º 0.46% 0.88% -
XYZ 51.33 35.25 73.91 -
YUV 164.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 225 122 223 0 0.46 0.01 0.12 301.17 0.63 0.68
Hex E1 7A DF 0 2E 1 C 12D 3F 44
Octal 341 172 337 0 56 1 14 455 77 104
Binary 11100001 1111010 11011111 0 101110 1 1100 100101101 111111 1000100

Color Harmonies of #E17ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17ADF

Black with #E17ADF

Text Example


Text Example

White with #E17ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17ADF; }

 p { color: rgb(225,122,223); }

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

background-color css

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

 a { background-color: rgb(225,122,223); }

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

border-color css

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

 span { border-color: rgb(225,122,223); }

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