Html Css Color HEX #D979BF Orchid

📋 copy color: '#D979BF'

red 217 ◦ green 121 ◦ blue 191

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

Shades of Orchid #D979BF

Tints of Orchid #D979BF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 22.87%

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

R = 41.02%
G = 22.87%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D979BF (or 0xD979BF) is known color: Orchid. HEX triplet: D9, 79 and BF. RGB value is (217,121,191). Sum of RGB (Red+Green+Blue) = 217+121+191=529 (70% of max value = 765). Red value is 217 (85.16% from 255 or 41.02% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 217 - color contains mainly: red. Hex color #D979BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979BF is #268640. Grayscale: #9D9D9D. Windows color (decimal): -2524737 or 12548569. OLE color: 12548569.

HSL color Cylindrical-coordinate representation of color #D979BF: hue angle of 316.25º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D979BF is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 121 191 -
CMYK 0 0.44 0.12 0.15
HSL 316.25º 0.56% 0.66% -
HSV(B) 316.25º 0.44% 0.85% -
XYZ 44.86 32.19 53.14 -
YUV 157.68 146.8 170.31 -
System Red Green Blue C M Y K H S L
Decimal 217 121 191 0 0.44 0.12 0.15 316.25 0.56 0.66
Hex D9 79 BF 0 2C C F 13C 38 42
Octal 331 171 277 0 54 14 17 474 70 102
Binary 11011001 1111001 10111111 0 101100 1100 1111 100111100 111000 1000010

Color Harmonies of #D979BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979BF

Black with #D979BF

Text Example


Text Example

White with #D979BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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