#DB7DCB

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

Shades of Orchid #DB7DCB

Tints of Orchid #DB7DCB

Color information

#DB7DCB (or 0xDB7DCB) is unknown color: approx Orchid. HEX triplet: DB, 7D and CB. RGB value is (219,125,203). Sum of RGB (Red+Green+Blue) = 219+125+203=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 125 (49.22% from 255 or 22.85% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB7DCB is #248234. Grayscale: #A1A1A1. Windows color (decimal): -2392629 or 13336027. OLE color: 13336027.

HSL color Cylindrical-coordinate representation of color #DB7DCB: hue angle of 310.21º 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 #DB7DCB is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB219125203-
CMYK00.430.070.14
HSL310.21º56.63%67.45%-
HSV(B)310.21º42.92%85.88%-
XYZ47.3334.0460.58-
YUV162151.14168.66-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.04%
GREEN value IS 125 (49.22% from 255) = 22.85%
BLUE value IS 203 (79.69% from 255) = 37.11%
R=40.04%
G=22.85%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21912520300.430.070.14310.2156.6367.45
HexDB7DCB02B7E1363943
Octal33317531305371646671103
Binary11011011111110111001011010101111111101001101101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB7DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB7DCB; }

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

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

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

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

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

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

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

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