Html Css Color HEX #D979C7 Orchid

📋 copy color: '#D979C7'

red 217 ◦ green 121 ◦ blue 199

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

Shades of Orchid #D979C7

Tints of Orchid #D979C7

RGB

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

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

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

R = 40.41%
G = 22.53%
B = 37.06%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D979C7 (or 0xD979C7) is known color: Orchid. HEX triplet: D9, 79 and C7. RGB value is (217,121,199). Sum of RGB (Red+Green+Blue) = 217+121+199=537 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.41% from 537); Green value is 121 (47.66% from 255 or 22.53% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 217 - color contains mainly: red. Hex color #D979C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979C7 is #268638. Grayscale: #9E9E9E. Windows color (decimal): -2524729 or 13072857. OLE color: 13072857.

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

Color convert

RGB 217 121 199 -
CMYK 0 0.44 0.08 0.15
HSL 311.25º 0.56% 0.66% -
HSV(B) 311.25º 0.44% 0.85% -
XYZ 45.76 32.55 57.9 -
YUV 158.6 150.8 169.66 -
System Red Green Blue C M Y K H S L
Decimal 217 121 199 0 0.44 0.08 0.15 311.25 0.56 0.66
Hex D9 79 C7 0 2C 8 F 137 38 42
Octal 331 171 307 0 54 10 17 467 70 102
Binary 11011001 1111001 11000111 0 101100 1000 1111 100110111 111000 1000010

Color Harmonies of #D979C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979C7

Black with #D979C7

Text Example


Text Example

White with #D979C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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