Html Css Color HEX #E17CDB Orchid

📋 copy color: '#E17CDB'

red 225 ◦ green 124 ◦ blue 219

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

Shades of Orchid #E17CDB

Tints of Orchid #E17CDB

RGB

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

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

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

R = 39.61%
G = 21.83%
B = 38.56%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.03

 K value IS 0.12

RGB Variations

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

Color information

#E17CDB (or 0xE17CDB) is known color: Orchid. HEX triplet: E1, 7C and DB. RGB value is (225,124,219). Sum of RGB (Red+Green+Blue) = 225+124+219=568 (75% of max value = 765). Red value is 225 (88.28% from 255 or 39.61% from 568); Green value is 124 (48.83% from 255 or 21.83% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 225 - color contains mainly: red. Hex color #E17CDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17CDB is #1E8324. Grayscale: #A4A4A4. Windows color (decimal): -1999653 or 14384353. OLE color: 14384353.

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

Color convert

RGB 225 124 219 -
CMYK 0 0.45 0.03 0.12
HSL 303.56º 0.63% 0.68% -
HSV(B) 303.56º 0.45% 0.88% -
XYZ 51.05 35.54 71.19 -
YUV 165.03 158.46 170.78 -
System Red Green Blue C M Y K H S L
Decimal 225 124 219 0 0.45 0.03 0.12 303.56 0.63 0.68
Hex E1 7C DB 0 2D 3 C 130 3F 44
Octal 341 174 333 0 55 3 14 460 77 104
Binary 11100001 1111100 11011011 0 101101 11 1100 100110000 111111 1000100

Color Harmonies of #E17CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17CDB

Black with #E17CDB

Text Example


Text Example

White with #E17CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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