#db75df

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

Shades of Orchid #DB75DF

Tints of Orchid #DB75DF

Color information

#DB75DF (or 0xDB75DF) is unknown color: approx Orchid. HEX triplet: DB, 75 and DF. RGB value is (219,117,223). Sum of RGB (Red+Green+Blue) = 219+117+223=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 117 (46.09% from 255 or 20.93% from 559); Blue value is 223 (87.5% from 255 or 39.89% from 559); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB75DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB75DF is #248A20. Grayscale: #9F9F9F. Windows color (decimal): -2394657 or 14644699. OLE color: 14644699.

HSL color Cylindrical-coordinate representation of color #DB75DF: hue angle of 297.74º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB75DF is Cyan = 0.02, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB219117223-
CMYK0.020.4800.13
HSL297.74º62.35%66.67%-
HSV(B)297.74º47.53%87.45%-
XYZ48.8933.1173.63-
YUV159.58163.79170.38-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 117 (46.09% from 255) = 20.93%
BLUE value IS 223 (87.5% from 255) = 39.89%
R=39.18%
G=20.93%
B=39.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191172230.020.4800.13297.7462.3566.67
HexDB75DF2300D12a3e43
Octal33316533726001545276103
Binary1101101111101011101111110110000011011001010101111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #db75df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #db75df; }

 p { color: rgb(219,117,223); }

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

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

 a { background-color: rgb(219,117,223); }

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

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

 span { border-color: rgb(219,117,223); }

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