Html Css Color HEX #D976C7 Orchid

📋 copy color: '#D976C7'

red 217 ◦ green 118 ◦ blue 199

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

Shades of Orchid #D976C7

Tints of Orchid #D976C7

RGB

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

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

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

R = 40.64%
G = 22.1%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#D976C7 (or 0xD976C7) is known color: Orchid. HEX triplet: D9, 76 and C7. RGB value is (217,118,199). Sum of RGB (Red+Green+Blue) = 217+118+199=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 118 (46.48% from 255 or 22.10% from 534); Blue value is 199 (78.12% from 255 or 37.27% from 534); Max value from RGB is 217 - color contains mainly: red. Hex color #D976C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976C7 is #268938. Grayscale: #9C9C9C. Windows color (decimal): -2525497 or 13072089. OLE color: 13072089.

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

Color convert

RGB 217 118 199 -
CMYK 0 0.46 0.08 0.15
HSL 310.91º 0.57% 0.66% -
HSV(B) 310.91º 0.46% 0.85% -
XYZ 45.4 31.83 57.78 -
YUV 156.84 151.8 170.91 -
System Red Green Blue C M Y K H S L
Decimal 217 118 199 0 0.46 0.08 0.15 310.91 0.57 0.66
Hex D9 76 C7 0 2E 8 F 137 39 42
Octal 331 166 307 0 56 10 17 467 71 102
Binary 11011001 1110110 11000111 0 101110 1000 1111 100110111 111001 1000010

Color Harmonies of #D976C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D976C7

Black with #D976C7

Text Example


Text Example

White with #D976C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D976C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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