#D976C1

Color #D976C1 Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orchid #D976C1

Tints of Orchid #D976C1

Color information

#D976C1 (or 0xD976C1) is unknown color: approx Orchid. HEX triplet: D9, 76 and C1. RGB value is (217,118,193). Sum of RGB (Red+Green+Blue) = 217+118+193=528 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.10% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 193 (75.78% from 255 or 36.55% from 528); Max value from RGB is 217 - color contains mainly: red. Hex color #D976C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976C1 is #26893E. Grayscale: #9B9B9B. Windows color (decimal): -2525503 or 12678873. OLE color: 12678873.

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

Color convert

RGB217118193-
CMYK00.460.110.15
HSL314.55º56.57%65.69%-
HSV(B)314.55º45.62%85.1%-
XYZ44.7231.5654.19-
YUV156.15148.8171.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.10%
GREEN value IS 118 (46.48% from 255) = 22.35%
BLUE value IS 193 (75.78% from 255) = 36.55%
R=41.10%
G=22.35%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711819300.460.110.15314.5556.5765.69
HexD976C102EBF13b3942
Octal331166301056131747371102
Binary110110011110110110000010101110101111111001110111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976C1; }

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

 H1.HeaderClassName
 {
   color: #D976C1;
 }
 .AnyTagClassName
 {
   color: #D976C1;
 }
</style>
background-color css

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

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

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

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

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

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