Html Css Color HEX #E17DDD Orchid

📋 copy color: '#E17DDD'

red 225 ◦ green 125 ◦ blue 221

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

Shades of Orchid #E17DDD

Tints of Orchid #E17DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.89%

 BLUE value IS 221 (86.72% from 255) = 38.7%

R = 39.4%
G = 21.89%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#E17DDD (or 0xE17DDD) is known color: Orchid. HEX triplet: E1, 7D and DD. RGB value is (225,125,221). Sum of RGB (Red+Green+Blue) = 225+125+221=571 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.40% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDD is #1E8222. Grayscale: #A5A5A5. Windows color (decimal): -1999395 or 14515681. OLE color: 14515681.

HSL color Cylindrical-coordinate representation of color #E17DDD: hue angle of 302.4º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E17DDD is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 125 221 -
CMYK 0 0.44 0.02 0.12
HSL 302.4º 0.63% 0.69% -
HSV(B) 302.4º 0.44% 0.88% -
XYZ 51.44 35.9 72.62 -
YUV 165.84 159.13 170.19 -
System Red Green Blue C M Y K H S L
Decimal 225 125 221 0 0.44 0.02 0.12 302.4 0.63 0.69
Hex E1 7D DD 0 2C 2 C 12E 3E 45
Octal 341 175 335 0 54 2 14 456 76 105
Binary 11100001 1111101 11011101 0 101100 10 1100 100101110 111110 1000101

Color Harmonies of #E17DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DDD

Black with #E17DDD

Text Example


Text Example

White with #E17DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DDD; }

 p { color: rgb(225,125,221); }

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

background-color css

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

 a { background-color: rgb(225,125,221); }

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

border-color css

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

 span { border-color: rgb(225,125,221); }

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