Html Css Color HEX #D976D4 Orchid

📋 copy color: '#D976D4'

red 217 ◦ green 118 ◦ blue 212

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

Shades of Orchid #D976D4

Tints of Orchid #D976D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 38.76%

R = 39.67%
G = 21.57%
B = 38.76%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#D976D4 (or 0xD976D4) is known color: Orchid. HEX triplet: D9, 76 and D4. RGB value is (217,118,212). Sum of RGB (Red+Green+Blue) = 217+118+212=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 118 (46.48% from 255 or 21.57% from 547); Blue value is 212 (83.20% from 255 or 38.76% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D976D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976D4 is #26892B. Grayscale: #9E9E9E. Windows color (decimal): -2525484 or 13924057. OLE color: 13924057.

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

Color convert

RGB 217 118 212 -
CMYK 0 0.46 0.02 0.15
HSL 303.03º 0.57% 0.66% -
HSV(B) 303.03º 0.46% 0.85% -
XYZ 46.98 32.46 66.08 -
YUV 158.32 158.3 169.86 -
System Red Green Blue C M Y K H S L
Decimal 217 118 212 0 0.46 0.02 0.15 303.03 0.57 0.66
Hex D9 76 D4 0 2E 2 F 12F 39 42
Octal 331 166 324 0 56 2 17 457 71 102
Binary 11011001 1110110 11010100 0 101110 10 1111 100101111 111001 1000010

Color Harmonies of #D976D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976D4

Black with #D976D4

Text Example


Text Example

White with #D976D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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