Html Css Color HEX #D979D3 Orchid

📋 copy color: '#D979D3'

red 217 ◦ green 121 ◦ blue 211

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

Shades of Orchid #D979D3

Tints of Orchid #D979D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 38.43%

R = 39.53%
G = 22.04%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.03

 K value IS 0.15

RGB Variations

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

Color information

#D979D3 (or 0xD979D3) is known color: Orchid. HEX triplet: D9, 79 and D3. RGB value is (217,121,211). Sum of RGB (Red+Green+Blue) = 217+121+211=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 121 (47.66% from 255 or 22.04% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D979D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D979D3 is #26862C. Grayscale: #9F9F9F. Windows color (decimal): -2524717 or 13859289. OLE color: 13859289.

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

Color convert

RGB 217 121 211 -
CMYK 0 0.44 0.03 0.15
HSL 303.75º 0.56% 0.66% -
HSV(B) 303.75º 0.44% 0.85% -
XYZ 47.21 33.13 65.53 -
YUV 159.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 217 121 211 0 0.44 0.03 0.15 303.75 0.56 0.66
Hex D9 79 D3 0 2C 3 F 130 38 42
Octal 331 171 323 0 54 3 17 460 70 102
Binary 11011001 1111001 11010011 0 101100 11 1111 100110000 111000 1000010

Color Harmonies of #D979D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D979D3

Black with #D979D3

Text Example


Text Example

White with #D979D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D979D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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