#da86dc

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

Shades of Orchid #DA86DC

Tints of Orchid #DA86DC

Color information

#DA86DC (or 0xDA86DC) is unknown color: approx Orchid. HEX triplet: DA, 86 and DC. RGB value is (218,134,220). Sum of RGB (Red+Green+Blue) = 218+134+220=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 134 (52.73% from 255 or 23.43% from 572); Blue value is 220 (86.33% from 255 or 38.46% from 572); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA86DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86DC is #257923. Grayscale: #A8A8A8. Windows color (decimal): -2455844 or 14452442. OLE color: 14452442.

HSL color Cylindrical-coordinate representation of color #DA86DC: hue angle of 298.6º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86DC is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218134220-
CMYK0.010.3900.14
HSL298.6º55.13%69.41%-
HSV(B)298.6º39.09%86.27%-
XYZ50.3637.1272.22-
YUV168.92156.83163.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.11%
GREEN value IS 134 (52.73% from 255) = 23.43%
BLUE value IS 220 (86.33% from 255) = 38.46%
R=38.11%
G=23.43%
B=38.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181342200.010.3900.14298.655.1369.41
HexDA86DC1270E12b3745
Octal33220633414701645367105
Binary1101101010000110110111001100111011101001010111101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da86dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da86dc; }

 p { color: rgb(218,134,220); }

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

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

 a { background-color: rgb(218,134,220); }

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

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

 span { border-color: rgb(218,134,220); }

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