#D278BB

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

Shades of Orchid #D278BB

Tints of Orchid #D278BB

Color information

#D278BB (or 0xD278BB) is unknown color: approx Orchid. HEX triplet: D2, 78 and BB. RGB value is (210,120,187). Sum of RGB (Red+Green+Blue) = 210+120+187=517 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.62% from 517); Green value is 120 (47.27% from 255 or 23.21% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 210 - color contains mainly: red. Hex color #D278BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D278BB is #2D8744. Grayscale: #9A9A9A. Windows color (decimal): -2983749 or 12286162. OLE color: 12286162.

HSL color Cylindrical-coordinate representation of color #D278BB: hue angle of 315.33º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D278BB is Cyan = 0, Magento = 0.43, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB210120187-
CMYK00.430.110.18
HSL315.33º50%64.71%-
HSV(B)315.33º42.86%82.35%-
XYZ42.2630.7250.72-
YUV154.55146.32167.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.62%
GREEN value IS 120 (47.27% from 255) = 23.21%
BLUE value IS 187 (73.44% from 255) = 36.17%
R=40.62%
G=23.21%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012018700.430.110.18315.335064.71
HexD278BB02BB1213b3241
Octal322170273053132247362101
Binary1101001011110001011101101010111011100101001110111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D278BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D278BB; }

 p { color: rgb(210,120,187); }

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

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

 a { background-color: rgb(210,120,187); }

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

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

 span { border-color: rgb(210,120,187); }

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