Html Css Color HEX #D97EC5 Orchid

📋 copy color: '#D97EC5'

red 217 ◦ green 126 ◦ blue 197

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

Shades of Orchid #D97EC5

Tints of Orchid #D97EC5

RGB

 RED value IS 217 (85.16% from 255) = 40.19%

 GREEN value IS 126 (49.61% from 255) = 23.33%

 BLUE value IS 197 (77.34% from 255) = 36.48%

R = 40.19%
G = 23.33%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.15

RGB Variations

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

Color information

#D97EC5 (or 0xD97EC5) is known color: Orchid. HEX triplet: D9, 7E and C5. RGB value is (217,126,197). Sum of RGB (Red+Green+Blue) = 217+126+197=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 126 (49.61% from 255 or 23.33% from 540); Blue value is 197 (77.34% from 255 or 36.48% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EC5 is #26813A. Grayscale: #A1A1A1. Windows color (decimal): -2523451 or 12943065. OLE color: 12943065.

HSL color Cylindrical-coordinate representation of color #D97EC5: hue angle of 313.19º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D97EC5 is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 197 -
CMYK 0 0.42 0.09 0.15
HSL 313.19º 0.54% 0.67% -
HSV(B) 313.19º 0.42% 0.85% -
XYZ 46.15 33.7 56.9 -
YUV 161.3 148.15 167.73 -
System Red Green Blue C M Y K H S L
Decimal 217 126 197 0 0.42 0.09 0.15 313.19 0.54 0.67
Hex D9 7E C5 0 2A 9 F 139 36 43
Octal 331 176 305 0 52 11 17 471 66 103
Binary 11011001 1111110 11000101 0 101010 1001 1111 100111001 110110 1000011

Color Harmonies of #D97EC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EC5

Black with #D97EC5

Text Example


Text Example

White with #D97EC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EC5; }

 p { color: rgb(217,126,197); }

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

background-color css

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

 a { background-color: rgb(217,126,197); }

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

border-color css

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

 span { border-color: rgb(217,126,197); }

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