#DB7FDC

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

Shades of Orchid #DB7FDC

Tints of Orchid #DB7FDC

Color information

#DB7FDC (or 0xDB7FDC) is unknown color: approx Orchid. HEX triplet: DB, 7F and DC. RGB value is (219,127,220). Sum of RGB (Red+Green+Blue) = 219+127+220=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 127 (50% from 255 or 22.44% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #DB7FDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FDC is #248023. Grayscale: #A4A4A4. Windows color (decimal): -2392100 or 14450651. OLE color: 14450651.

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

Color convert

RGB219127220-
CMYK0.000.4200.14
HSL299.35º57.06%68.04%-
HSV(B)299.35º42.27%86.27%-
XYZ49.7235.4171.92-
YUV165.11158.98166.44-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 127 (50% from 255) = 22.44%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=38.69%
G=22.44%
B=38.87%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191272200.000.4200.14299.3557.0668.04
HexDB7FDC02A0E12b3944
Octal33317733405201645371104
Binary110110111111111110111000101010011101001010111110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7FDC; }

 p { color: rgb(219,127,220); }

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

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

 a { background-color: rgb(219,127,220); }

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

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

 span { border-color: rgb(219,127,220); }

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