#DB71C3

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

Shades of Orchid #DB71C3

Tints of Orchid #DB71C3

Color information

#DB71C3 (or 0xDB71C3) is unknown color: approx Orchid. HEX triplet: DB, 71 and C3. RGB value is (219,113,195). Sum of RGB (Red+Green+Blue) = 219+113+195=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 113 (44.53% from 255 or 21.44% from 527); Blue value is 195 (76.56% from 255 or 37.00% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB71C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB71C3 is #248E3C. Grayscale: #999999. Windows color (decimal): -2395709 or 12808667. OLE color: 12808667.

HSL color Cylindrical-coordinate representation of color #DB71C3: hue angle of 313.58º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB71C3 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219113195-
CMYK00.480.110.14
HSL313.58º59.55%65.1%-
HSV(B)313.58º48.4%85.88%-
XYZ44.9730.8155.21-
YUV154.04151.12174.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 41.56%
GREEN value IS 113 (44.53% from 255) = 21.44%
BLUE value IS 195 (76.56% from 255) = 37.00%
R=41.56%
G=21.44%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21911319500.480.110.14313.5859.5565.1
HexDB71C3030BE13a3c41
Octal333161303060131647274101
Binary110110111110001110000110110000101111101001110101111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB71C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB71C3; }

 p { color: rgb(219,113,195); }

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

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

 a { background-color: rgb(219,113,195); }

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

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

 span { border-color: rgb(219,113,195); }

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