#D276BC

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

Shades of Orchid #D276BC

Tints of Orchid #D276BC

Color information

#D276BC (or 0xD276BC) is unknown color: approx Orchid. HEX triplet: D2, 76 and BC. RGB value is (210,118,188). Sum of RGB (Red+Green+Blue) = 210+118+188=516 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.70% from 516); Green value is 118 (46.48% from 255 or 22.87% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 210 - color contains mainly: red. Hex color #D276BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D276BC is #2D8943. Grayscale: #999999. Windows color (decimal): -2984260 or 12351186. OLE color: 12351186.

HSL color Cylindrical-coordinate representation of color #D276BC: hue angle of 314.35º 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 #D276BC is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB210118188-
CMYK00.440.100.18
HSL314.35º50.55%64.31%-
HSV(B)314.35º43.81%82.35%-
XYZ42.1330.2951.2-
YUV153.49147.48168.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.70%
GREEN value IS 118 (46.48% from 255) = 22.87%
BLUE value IS 188 (73.83% from 255) = 36.43%
R=40.70%
G=22.87%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011818800.440.100.18314.3550.5564.31
HexD276BC02CA1213a3340
Octal322166274054122247263100
Binary1101001011101101011110001011001010100101001110101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D276BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D276BC; }

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

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

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

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

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

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

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

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