#DA86CA

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

Shades of Orchid #DA86CA

Tints of Orchid #DA86CA

Color information

#DA86CA (or 0xDA86CA) is unknown color: approx Orchid. HEX triplet: DA, 86 and CA. RGB value is (218,134,202). Sum of RGB (Red+Green+Blue) = 218+134+202=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 134 (52.73% from 255 or 24.19% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CA is #257935. Grayscale: #A6A6A6. Windows color (decimal): -2455862 or 13272794. OLE color: 13272794.

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

Color convert

RGB218134202-
CMYK00.390.070.15
HSL311.43º53.16%69.02%-
HSV(B)311.43º38.53%85.49%-
XYZ48.136.2260.33-
YUV166.87147.83164.47-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.35%
GREEN value IS 134 (52.73% from 255) = 24.19%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=39.35%
G=24.19%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813420200.390.070.15311.4353.1669.02
HexDA86CA0277F1373545
Octal33220631204771746765105
Binary110110101000011011001010010011111111111001101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA86CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA86CA; }

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

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

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

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

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

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

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

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