#DA85C6

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

Shades of Orchid #DA85C6

Tints of Orchid #DA85C6

Color information

#DA85C6 (or 0xDA85C6) is unknown color: approx Orchid. HEX triplet: DA, 85 and C6. RGB value is (218,133,198). Sum of RGB (Red+Green+Blue) = 218+133+198=549 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.71% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 198 (77.73% from 255 or 36.07% from 549); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85C6 is #257A39. Grayscale: #A5A5A5. Windows color (decimal): -2456122 or 13010394. OLE color: 13010394.

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

Color convert

RGB218133198-
CMYK00.390.090.15
HSL314.12º53.46%68.82%-
HSV(B)314.12º38.99%85.49%-
XYZ47.4935.7657.82-
YUV165.82146.16165.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.71%
GREEN value IS 133 (52.34% from 255) = 24.23%
BLUE value IS 198 (77.73% from 255) = 36.07%
R=39.71%
G=24.23%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813319800.390.090.15314.1253.4668.82
HexDA85C60279F13a3545
Octal332205306047111747265105
Binary1101101010000101110001100100111100111111001110101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85C6; }

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

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

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

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

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

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

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

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