#DB7FDF

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

Shades of Orchid #DB7FDF

Tints of Orchid #DB7FDF

Color information

#DB7FDF (or 0xDB7FDF) is unknown color: approx Orchid. HEX triplet: DB, 7F and DF. RGB value is (219,127,223). Sum of RGB (Red+Green+Blue) = 219+127+223=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 127 (50% from 255 or 22.32% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB7FDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7FDF is #248020. Grayscale: #A5A5A5. Windows color (decimal): -2392097 or 14647259. OLE color: 14647259.

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

Color convert

RGB219127223-
CMYK0.020.4300.13
HSL297.5º60%68.63%-
HSV(B)297.5º43.05%87.45%-
XYZ50.1235.5774.04-
YUV165.45160.48166.19-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.49%
GREEN value IS 127 (50% from 255) = 22.32%
BLUE value IS 223 (87.5% from 255) = 39.19%
R=38.49%
G=22.32%
B=39.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2191272230.020.4300.13297.56068.63
HexDB7FDF22B0D12a3c45
Octal33317733725301545274105
Binary1101101111111111101111110101011011011001010101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7FDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7FDF; }

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

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

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

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

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

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

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

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