Html Css Color HEX #D979D5 Orchid

📋 copy color: '#D979D5'

red 217 ◦ green 121 ◦ blue 213

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

Shades of Orchid #D979D5

Tints of Orchid #D979D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.66%

R = 39.38%
G = 21.96%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D979D5 (or 0xD979D5) is known color: Orchid. HEX triplet: D9, 79 and D5. RGB value is (217,121,213). Sum of RGB (Red+Green+Blue) = 217+121+213=551 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.38% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 213 (83.59% from 255 or 38.66% from 551); Max value from RGB is 217 - color contains mainly: red. Hex color #D979D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979D5 is #26862A. Grayscale: #9F9F9F. Windows color (decimal): -2524715 or 13990361. OLE color: 13990361.

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

Color convert

RGB 217 121 213 -
CMYK 0 0.44 0.02 0.15
HSL 302.5º 0.56% 0.66% -
HSV(B) 302.5º 0.44% 0.85% -
XYZ 47.46 33.23 66.86 -
YUV 160.19 157.8 168.52 -
System Red Green Blue C M Y K H S L
Decimal 217 121 213 0 0.44 0.02 0.15 302.5 0.56 0.66
Hex D9 79 D5 0 2C 2 F 12E 38 42
Octal 331 171 325 0 54 2 17 456 70 102
Binary 11011001 1111001 11010101 0 101100 10 1111 100101110 111000 1000010

Color Harmonies of #D979D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979D5

Black with #D979D5

Text Example


Text Example

White with #D979D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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