#D276B9

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

Shades of Orchid #D276B9

Tints of Orchid #D276B9

Color information

#D276B9 (or 0xD276B9) is unknown color: approx Orchid. HEX triplet: D2, 76 and B9. RGB value is (210,118,185). Sum of RGB (Red+Green+Blue) = 210+118+185=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 118 (46.48% from 255 or 23.00% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D276B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276B9 is #2D8946. Grayscale: #989898. Windows color (decimal): -2984263 or 12154578. OLE color: 12154578.

HSL color Cylindrical-coordinate representation of color #D276B9: hue angle of 316.3º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D276B9 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB210118185-
CMYK00.440.120.18
HSL316.3º50.55%64.31%-
HSV(B)316.3º43.81%82.35%-
XYZ41.8130.1649.52-
YUV153.15145.98168.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 118 (46.48% from 255) = 23.00%
BLUE value IS 185 (72.66% from 255) = 36.06%
R=40.94%
G=23.00%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011818500.440.120.18316.350.5564.31
HexD276B902CC1213c3340
Octal322166271054142247463100
Binary1101001011101101011100101011001100100101001111001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276B9; }

 p { color: rgb(210,118,185); }

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

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

 a { background-color: rgb(210,118,185); }

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

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

 span { border-color: rgb(210,118,185); }

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