#DA85C5

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

Shades of Orchid #DA85C5

Tints of Orchid #DA85C5

Color information

#DA85C5 (or 0xDA85C5) is unknown color: approx Orchid. HEX triplet: DA, 85 and C5. RGB value is (218,133,197). Sum of RGB (Red+Green+Blue) = 218+133+197=548 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.78% from 548); Green value is 133 (52.34% from 255 or 24.27% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 218 - color contains mainly: red. Hex color #DA85C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA85C5 is #257A3A. Grayscale: #A5A5A5. Windows color (decimal): -2456123 or 12944858. OLE color: 12944858.

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

Color convert

RGB218133197-
CMYK00.390.100.15
HSL314.82º53.46%68.82%-
HSV(B)314.82º38.99%85.49%-
XYZ47.3835.7157.22-
YUV165.71145.66165.3-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.78%
GREEN value IS 133 (52.34% from 255) = 24.27%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=39.78%
G=24.27%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813319700.390.100.15314.8253.4668.82
HexDA85C5027AF13b3545
Octal332205305047121747365105
Binary1101101010000101110001010100111101011111001110111101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA85C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA85C5; }

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

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

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

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

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

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

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

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