#DA85D1

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

Shades of Orchid #DA85D1

Tints of Orchid #DA85D1

Color information

#DA85D1 (or 0xDA85D1) is unknown color: approx Orchid. HEX triplet: DA, 85 and D1. RGB value is (218,133,209). Sum of RGB (Red+Green+Blue) = 218+133+209=560 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.93% from 560); Green value is 133 (52.34% from 255 or 23.75% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85D1 is #257A2E. Grayscale: #A6A6A6. Windows color (decimal): -2456111 or 13731290. OLE color: 13731290.

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

Color convert

RGB218133209-
CMYK00.390.040.15
HSL306.35º53.46%68.82%-
HSV(B)306.35º38.99%85.49%-
XYZ48.8136.2864.75-
YUV167.08151.66164.32-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.93%
GREEN value IS 133 (52.34% from 255) = 23.75%
BLUE value IS 209 (82.03% from 255) = 37.32%
R=38.93%
G=23.75%
B=37.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813320900.390.040.15306.3553.4668.82
HexDA85D10274F1323545
Octal33220532104741746265105
Binary110110101000010111010001010011110011111001100101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85D1; }

 p { color: rgb(218,133,209); }

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

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

 a { background-color: rgb(218,133,209); }

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

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

 span { border-color: rgb(218,133,209); }

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