#D976BC

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

Shades of Orchid #D976BC

Tints of Orchid #D976BC

Color information

#D976BC (or 0xD976BC) is unknown color: approx Orchid. HEX triplet: D9, 76 and BC. RGB value is (217,118,188). Sum of RGB (Red+Green+Blue) = 217+118+188=523 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.49% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 217 - color contains mainly: red. Hex color #D976BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D976BC is #268943. Grayscale: #9B9B9B. Windows color (decimal): -2525508 or 12351193. OLE color: 12351193.

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

Color convert

RGB217118188-
CMYK00.460.130.15
HSL317.58º56.57%65.69%-
HSV(B)317.58º45.62%85.1%-
XYZ44.1731.3451.3-
YUV155.58146.3171.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 41.49%
GREEN value IS 118 (46.48% from 255) = 22.56%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=41.49%
G=22.56%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21711818800.460.130.15317.5856.5765.69
HexD976BC02EDF13e3942
Octal331166274056151747671102
Binary110110011110110101111000101110110111111001111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D976BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D976BC; }

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

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

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

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

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

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

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

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