Html Css Color HEX #E17DD7 Orchid

📋 copy color: '#E17DD7'

red 225 ◦ green 125 ◦ blue 215

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

Shades of Orchid #E17DD7

Tints of Orchid #E17DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 38.05%

R = 39.82%
G = 22.12%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#E17DD7 (or 0xE17DD7) is known color: Orchid. HEX triplet: E1, 7D and D7. RGB value is (225,125,215). Sum of RGB (Red+Green+Blue) = 225+125+215=565 (74% of max value = 765). Red value is 225 (88.28% from 255 or 39.82% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 215 (84.38% from 255 or 38.05% from 565); Max value from RGB is 225 - color contains mainly: red. Hex color #E17DD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E17DD7 is #1E8228. Grayscale: #A4A4A4. Windows color (decimal): -1999401 or 14122465. OLE color: 14122465.

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

Color convert

RGB 225 125 215 -
CMYK 0 0.44 0.04 0.12
HSL 306º 0.63% 0.69% -
HSV(B) 306º 0.44% 0.88% -
XYZ 50.65 35.58 68.49 -
YUV 165.16 156.13 170.68 -
System Red Green Blue C M Y K H S L
Decimal 225 125 215 0 0.44 0.04 0.12 306 0.63 0.69
Hex E1 7D D7 0 2C 4 C 132 3E 45
Octal 341 175 327 0 54 4 14 462 76 105
Binary 11100001 1111101 11010111 0 101100 100 1100 100110010 111110 1000101

Color Harmonies of #E17DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E17DD7

Black with #E17DD7

Text Example


Text Example

White with #E17DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E17DD7; }

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

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

background-color css

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

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

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

border-color css

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

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

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