#DA86CE

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

Shades of Orchid #DA86CE

Tints of Orchid #DA86CE

Color information

#DA86CE (or 0xDA86CE) is unknown color: approx Orchid. HEX triplet: DA, 86 and CE. RGB value is (218,134,206). Sum of RGB (Red+Green+Blue) = 218+134+206=558 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.07% from 558); Green value is 134 (52.73% from 255 or 24.01% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 218 - color contains mainly: red. Hex color #DA86CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA86CE is #257931. Grayscale: #A7A7A7. Windows color (decimal): -2455858 or 13534938. OLE color: 13534938.

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

Color convert

RGB218134206-
CMYK00.390.060.15
HSL308.57º53.16%69.02%-
HSV(B)308.57º38.53%85.49%-
XYZ48.5836.4162.86-
YUV167.32149.83164.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.07%
GREEN value IS 134 (52.73% from 255) = 24.01%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=39.07%
G=24.01%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813420600.390.060.15308.5753.1669.02
HexDA86CE0276F1353545
Octal33220631604761746565105
Binary110110101000011011001110010011111011111001101011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA86CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA86CE; }

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

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

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

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

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

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

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

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