#DA86D0

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

Shades of Orchid #DA86D0

Tints of Orchid #DA86D0

Color information

#DA86D0 (or 0xDA86D0) is unknown color: approx Orchid. HEX triplet: DA, 86 and D0. RGB value is (218,134,208). Sum of RGB (Red+Green+Blue) = 218+134+208=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 134 (52.73% from 255 or 23.93% from 560); Blue value is 208 (81.64% from 255 or 37.14% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86D0 is #25792F. Grayscale: #A7A7A7. Windows color (decimal): -2455856 or 13666010. OLE color: 13666010.

HSL color Cylindrical-coordinate representation of color #DA86D0: hue angle of 307.14º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DA86D0 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218134208-
CMYK00.390.050.15
HSL307.14º53.16%69.02%-
HSV(B)307.14º38.53%85.49%-
XYZ48.8236.5164.15-
YUV167.55150.83163.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 134 (52.73% from 255) = 23.93%
BLUE value IS 208 (81.64% from 255) = 37.14%
R=38.93%
G=23.93%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813420800.390.050.15307.1453.1669.02
HexDA86D00275F1333545
Octal33220632004751746365105
Binary110110101000011011010000010011110111111001100111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA86D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA86D0; }

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

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

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

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

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

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

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

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