Html Css Color HEX #E17DDB Orchid

📋 copy color: '#E17DDB'

red 225 ◦ green 125 ◦ blue 219

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

Shades of Orchid #E17DDB

Tints of Orchid #E17DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 39.54%
G = 21.97%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E17DDB (or 0xE17DDB) is known color: Orchid. HEX triplet: E1, 7D and DB. RGB value is (225,125,219). Sum of RGB (Red+Green+Blue) = 225+125+219=569 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.54% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DDB is #1E8224. Grayscale: #A5A5A5. Windows color (decimal): -1999397 or 14384609. OLE color: 14384609.

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

Color convert

RGB 225 125 219 -
CMYK 0 0.44 0.03 0.12
HSL 303.6º 0.63% 0.69% -
HSV(B) 303.6º 0.44% 0.88% -
XYZ 51.17 35.79 71.23 -
YUV 165.62 158.13 170.36 -
System Red Green Blue C M Y K H S L
Decimal 225 125 219 0 0.44 0.03 0.12 303.6 0.63 0.69
Hex E1 7D DB 0 2C 3 C 130 3E 45
Octal 341 175 333 0 54 3 14 460 76 105
Binary 11100001 1111101 11011011 0 101100 11 1100 100110000 111110 1000101

Color Harmonies of #E17DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DDB

Black with #E17DDB

Text Example


Text Example

White with #E17DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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