#DB76CF

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

Shades of Orchid #DB76CF

Tints of Orchid #DB76CF

Color information

#DB76CF (or 0xDB76CF) is unknown color: approx Orchid. HEX triplet: DB, 76 and CF. RGB value is (219,118,207). Sum of RGB (Red+Green+Blue) = 219+118+207=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 118 (46.48% from 255 or 21.69% from 544); Blue value is 207 (81.25% from 255 or 38.05% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB76CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB76CF is #248930. Grayscale: #9E9E9E. Windows color (decimal): -2394417 or 13596379. OLE color: 13596379.

HSL color Cylindrical-coordinate representation of color #DB76CF: hue angle of 307.13º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB76CF is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB219118207-
CMYK00.460.050.14
HSL307.13º58.38%66.08%-
HSV(B)307.13º46.12%85.88%-
XYZ46.9532.5262.83-
YUV158.34155.46171.26-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.26%
GREEN value IS 118 (46.48% from 255) = 21.69%
BLUE value IS 207 (81.25% from 255) = 38.05%
R=40.26%
G=21.69%
B=38.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911820700.460.050.14307.1358.3866.08
HexDB76CF02E5E1333a42
Octal33316631705651646372102
Binary11011011111011011001111010111010111101001100111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB76CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB76CF; }

 p { color: rgb(219,118,207); }

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

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

 a { background-color: rgb(219,118,207); }

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

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

 span { border-color: rgb(219,118,207); }

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