Html Css Color HEX #E17DE0 Orchid

📋 copy color: '#E17DE0'

red 225 ◦ green 125 ◦ blue 224

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

Shades of Orchid #E17DE0

Tints of Orchid #E17DE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 39.02%

R = 39.2%
G = 21.78%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.00

 K value IS 0.12

RGB Variations

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

Color information

#E17DE0 (or 0xE17DE0) is known color: Orchid. HEX triplet: E1, 7D and E0. RGB value is (225,125,224). Sum of RGB (Red+Green+Blue) = 225+125+224=574 (76% of max value = 765). Red value is 225 (88.28% from 255 or 39.20% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DE0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DE0 is #1E821F. Grayscale: #A5A5A5. Windows color (decimal): -1999392 or 14712289. OLE color: 14712289.

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

Color convert

RGB 225 125 224 -
CMYK 0 0.44 0.00 0.12
HSL 300.6º 0.63% 0.69% -
HSV(B) 300.6º 0.44% 0.88% -
XYZ 51.84 36.06 74.75 -
YUV 166.19 160.63 169.95 -
System Red Green Blue C M Y K H S L
Decimal 225 125 224 0 0.44 0.00 0.12 300.6 0.63 0.69
Hex E1 7D E0 0 2C 0 C 12D 3E 45
Octal 341 175 340 0 54 0 14 455 76 105
Binary 11100001 1111101 11100000 0 101100 0 1100 100101101 111110 1000101

Color Harmonies of #E17DE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DE0

Black with #E17DE0

Text Example


Text Example

White with #E17DE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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