#DB7DC9

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

Shades of Orchid #DB7DC9

Tints of Orchid #DB7DC9

Color information

#DB7DC9 (or 0xDB7DC9) is unknown color: approx Orchid. HEX triplet: DB, 7D and C9. RGB value is (219,125,201). Sum of RGB (Red+Green+Blue) = 219+125+201=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 125 (49.22% from 255 or 22.94% from 545); Blue value is 201 (78.91% from 255 or 36.88% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DC9 is #248236. Grayscale: #A1A1A1. Windows color (decimal): -2392631 or 13204955. OLE color: 13204955.

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

Color convert

RGB219125201-
CMYK00.430.080.14
HSL311.49º56.63%67.45%-
HSV(B)311.49º42.92%85.88%-
XYZ47.0933.9459.33-
YUV161.77150.14168.82-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.18%
GREEN value IS 125 (49.22% from 255) = 22.94%
BLUE value IS 201 (78.91% from 255) = 36.88%
R=40.18%
G=22.94%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912520100.430.080.14311.4956.6367.45
HexDB7DC902B8E1373943
Octal333175311053101646771103
Binary110110111111101110010010101011100011101001101111110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DC9; }

 p { color: rgb(219,125,201); }

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

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

 a { background-color: rgb(219,125,201); }

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

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

 span { border-color: rgb(219,125,201); }

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