Html Css Color HEX #D979D1 Orchid

📋 copy color: '#D979D1'

red 217 ◦ green 121 ◦ blue 209

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

Shades of Orchid #D979D1

Tints of Orchid #D979D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 38.21%

R = 39.67%
G = 22.12%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D979D1 (or 0xD979D1) is known color: Orchid. HEX triplet: D9, 79 and D1. RGB value is (217,121,209). Sum of RGB (Red+Green+Blue) = 217+121+209=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D979D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979D1 is #26862E. Grayscale: #9F9F9F. Windows color (decimal): -2524719 or 13728217. OLE color: 13728217.

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

Color convert

RGB 217 121 209 -
CMYK 0 0.44 0.04 0.15
HSL 305º 0.56% 0.66% -
HSV(B) 305º 0.44% 0.85% -
XYZ 46.96 33.03 64.22 -
YUV 159.74 155.8 168.84 -
System Red Green Blue C M Y K H S L
Decimal 217 121 209 0 0.44 0.04 0.15 305 0.56 0.66
Hex D9 79 D1 0 2C 4 F 131 38 42
Octal 331 171 321 0 54 4 17 461 70 102
Binary 11011001 1111001 11010001 0 101100 100 1111 100110001 111000 1000010

Color Harmonies of #D979D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979D1

Black with #D979D1

Text Example


Text Example

White with #D979D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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