Html Css Color HEX #D97DBF Orchid

📋 copy color: '#D97DBF'

red 217 ◦ green 125 ◦ blue 191

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

Shades of Orchid #D97DBF

Tints of Orchid #D97DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 35.83%

R = 40.71%
G = 23.45%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D97DBF (or 0xD97DBF) is known color: Orchid. HEX triplet: D9, 7D and BF. RGB value is (217,125,191). Sum of RGB (Red+Green+Blue) = 217+125+191=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 191 (75% from 255 or 35.83% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D97DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D97DBF is #268240. Grayscale: #9F9F9F. Windows color (decimal): -2523713 or 12549593. OLE color: 12549593.

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

Color convert

RGB 217 125 191 -
CMYK 0 0.42 0.12 0.15
HSL 316.96º 0.55% 0.67% -
HSV(B) 316.96º 0.42% 0.85% -
XYZ 45.35 33.18 53.3 -
YUV 160.03 145.48 168.63 -
System Red Green Blue C M Y K H S L
Decimal 217 125 191 0 0.42 0.12 0.15 316.96 0.55 0.67
Hex D9 7D BF 0 2A C F 13D 37 43
Octal 331 175 277 0 52 14 17 475 67 103
Binary 11011001 1111101 10111111 0 101010 1100 1111 100111101 110111 1000011

Color Harmonies of #D97DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D97DBF

Black with #D97DBF

Text Example


Text Example

White with #D97DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D97DBF; }

 p { color: rgb(217,125,191); }

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

background-color css

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

 a { background-color: rgb(217,125,191); }

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

border-color css

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

 span { border-color: rgb(217,125,191); }

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