#DB7BC6

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

Shades of Orchid #DB7BC6

Tints of Orchid #DB7BC6

Color information

#DB7BC6 (or 0xDB7BC6) is unknown color: approx Orchid. HEX triplet: DB, 7B and C6. RGB value is (219,123,198). Sum of RGB (Red+Green+Blue) = 219+123+198=540 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.56% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 198 (77.73% from 255 or 36.67% from 540); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7BC6 is #248439. Grayscale: #A0A0A0. Windows color (decimal): -2393146 or 13007835. OLE color: 13007835.

HSL color Cylindrical-coordinate representation of color #DB7BC6: hue angle of 313.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB7BC6 is Cyan = 0, Magento = 0.44, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219123198-
CMYK00.440.100.14
HSL313.12º57.14%67.06%-
HSV(B)313.12º43.84%85.88%-
XYZ46.4933.357.4-
YUV160.25149.3169.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.56%
GREEN value IS 123 (48.44% from 255) = 22.78%
BLUE value IS 198 (77.73% from 255) = 36.67%
R=40.56%
G=22.78%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912319800.440.100.14313.1257.1467.06
HexDB7BC602CAE1393943
Octal333173306054121647171103
Binary110110111111011110001100101100101011101001110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7BC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7BC6; }

 p { color: rgb(219,123,198); }

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

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

 a { background-color: rgb(219,123,198); }

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

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

 span { border-color: rgb(219,123,198); }

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