#DA85CA

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

Shades of Orchid #DA85CA

Tints of Orchid #DA85CA

Color information

#DA85CA (or 0xDA85CA) is unknown color: approx Orchid. HEX triplet: DA, 85 and CA. RGB value is (218,133,202). Sum of RGB (Red+Green+Blue) = 218+133+202=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 133 (52.34% from 255 or 24.05% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85CA is #257A35. Grayscale: #A6A6A6. Windows color (decimal): -2456118 or 13272538. OLE color: 13272538.

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

Color convert

RGB218133202-
CMYK00.390.070.15
HSL311.29º53.46%68.82%-
HSV(B)311.29º38.99%85.49%-
XYZ47.9635.9460.29-
YUV166.28148.16164.89-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.42%
GREEN value IS 133 (52.34% from 255) = 24.05%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=39.42%
G=24.05%
B=36.53%

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
Decimal21813320200.390.070.15311.2953.4668.82
HexDA85CA0277F1373545
Octal33220531204771746765105
Binary110110101000010111001010010011111111111001101111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85CA; }

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

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

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

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

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

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

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

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