Html Css Color HEX #E17DD6 Orchid

📋 copy color: '#E17DD6'

red 225 ◦ green 125 ◦ blue 214

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

Shades of Orchid #E17DD6

Tints of Orchid #E17DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 39.89%
G = 22.16%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#E17DD6 (or 0xE17DD6) is known color: Orchid. HEX triplet: E1, 7D and D6. RGB value is (225,125,214). Sum of RGB (Red+Green+Blue) = 225+125+214=564 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.89% from 564); Green value is 125 (49.22% from 255 or 22.16% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DD6 is #1E8229. Grayscale: #A4A4A4. Windows color (decimal): -1999402 or 14056929. OLE color: 14056929.

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

Color convert

RGB 225 125 214 -
CMYK 0 0.44 0.05 0.12
HSL 306.6º 0.63% 0.69% -
HSV(B) 306.6º 0.44% 0.88% -
XYZ 50.52 35.53 67.81 -
YUV 165.05 155.63 170.76 -
System Red Green Blue C M Y K H S L
Decimal 225 125 214 0 0.44 0.05 0.12 306.6 0.63 0.69
Hex E1 7D D6 0 2C 5 C 133 3E 45
Octal 341 175 326 0 54 5 14 463 76 105
Binary 11100001 1111101 11010110 0 101100 101 1100 100110011 111110 1000101

Color Harmonies of #E17DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DD6

Black with #E17DD6

Text Example


Text Example

White with #E17DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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