#DA6DBC

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

Shades of Orchid #DA6DBC

Tints of Orchid #DA6DBC

Color information

#DA6DBC (or 0xDA6DBC) is unknown color: approx Orchid. HEX triplet: DA, 6D and BC. RGB value is (218,109,188). Sum of RGB (Red+Green+Blue) = 218+109+188=515 (68% of max value = 765). Red value is 218 (85.55% from 255 or 42.33% from 515); Green value is 109 (42.97% from 255 or 21.17% from 515); Blue value is 188 (73.83% from 255 or 36.50% from 515); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6DBC is #259243. Grayscale: #969696. Windows color (decimal): -2462276 or 12348890. OLE color: 12348890.

HSL color Cylindrical-coordinate representation of color #DA6DBC: hue angle of 316.51º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DA6DBC is Cyan = 0, Magento = 0.5, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB218109188-
CMYK00.50.140.15
HSL316.51º59.56%64.12%-
HSV(B)316.51º50%85.49%-
XYZ43.4629.4750.98-
YUV150.6149.11176.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 42.33%
GREEN value IS 109 (42.97% from 255) = 21.17%
BLUE value IS 188 (73.83% from 255) = 36.50%
R=42.33%
G=21.17%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810918800.50.140.15316.5159.5664.12
HexDA6DBC032EF13d3c40
Octal332155274062161747574100
Binary110110101101101101111000110010111011111001111011111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6DBC; }

 p { color: rgb(218,109,188); }

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

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

 a { background-color: rgb(218,109,188); }

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

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

 span { border-color: rgb(218,109,188); }

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