Html Css Color HEX #D97EC7 Orchid

📋 copy color: '#D97EC7'

red 217 ◦ green 126 ◦ blue 199

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

Shades of Orchid #D97EC7

Tints of Orchid #D97EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 36.72%

R = 40.04%
G = 23.25%
B = 36.72%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D97EC7 (or 0xD97EC7) is known color: Orchid. HEX triplet: D9, 7E and C7. RGB value is (217,126,199). Sum of RGB (Red+Green+Blue) = 217+126+199=542 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.04% from 542); Green value is 126 (49.61% from 255 or 23.25% from 542); Blue value is 199 (78.12% from 255 or 36.72% from 542); Max value from RGB is 217 - color contains mainly: red. Hex color #D97EC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97EC7 is #268138. Grayscale: #A1A1A1. Windows color (decimal): -2523449 or 13074137. OLE color: 13074137.

HSL color Cylindrical-coordinate representation of color #D97EC7: hue angle of 311.87º 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 #D97EC7 is Cyan = 0, Magento = 0.42, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 126 199 -
CMYK 0 0.42 0.08 0.15
HSL 311.87º 0.54% 0.67% -
HSV(B) 311.87º 0.42% 0.85% -
XYZ 46.38 33.8 58.11 -
YUV 161.53 149.15 167.56 -
System Red Green Blue C M Y K H S L
Decimal 217 126 199 0 0.42 0.08 0.15 311.87 0.54 0.67
Hex D9 7E C7 0 2A 8 F 138 36 43
Octal 331 176 307 0 52 10 17 470 66 103
Binary 11011001 1111110 11000111 0 101010 1000 1111 100111000 110110 1000011

Color Harmonies of #D97EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97EC7

Black with #D97EC7

Text Example


Text Example

White with #D97EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97EC7; }

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

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

background-color css

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

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

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

border-color css

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

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

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