Html Css Color HEX #D976D1 Orchid

📋 copy color: '#D976D1'

red 217 ◦ green 118 ◦ blue 209

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

Shades of Orchid #D976D1

Tints of Orchid #D976D1

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.69%

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

R = 39.89%
G = 21.69%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D976D1 (or 0xD976D1) is known color: Orchid. HEX triplet: D9, 76 and D1. RGB value is (217,118,209). Sum of RGB (Red+Green+Blue) = 217+118+209=544 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.89% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 209 (82.03% from 255 or 38.42% from 544); Max value from RGB is 217 - color contains mainly: red. Hex color #D976D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976D1 is #26892E. Grayscale: #9D9D9D. Windows color (decimal): -2525487 or 13727449. OLE color: 13727449.

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

Color convert

RGB 217 118 209 -
CMYK 0 0.46 0.04 0.15
HSL 304.85º 0.57% 0.66% -
HSV(B) 304.85º 0.46% 0.85% -
XYZ 46.6 32.31 64.1 -
YUV 157.98 156.8 170.1 -
System Red Green Blue C M Y K H S L
Decimal 217 118 209 0 0.46 0.04 0.15 304.85 0.57 0.66
Hex D9 76 D1 0 2E 4 F 131 39 42
Octal 331 166 321 0 56 4 17 461 71 102
Binary 11011001 1110110 11010001 0 101110 100 1111 100110001 111001 1000010

Color Harmonies of #D976D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976D1

Black with #D976D1

Text Example


Text Example

White with #D976D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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