#DA84DA

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

Shades of Orchid #DA84DA

Tints of Orchid #DA84DA

Color information

#DA84DA (or 0xDA84DA) is unknown color: approx Orchid. HEX triplet: DA, 84 and DA. RGB value is (218,132,218). Sum of RGB (Red+Green+Blue) = 218+132+218=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 132 (51.95% from 255 or 23.24% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA84DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA84DA is #257B25. Grayscale: #A7A7A7. Windows color (decimal): -2456358 or 14320858. OLE color: 14320858.

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

Color convert

RGB218132218-
CMYK00.3900.15
HSL300º53.75%68.63%-
HSV(B)300º39.45%85.49%-
XYZ49.8236.4770.74-
YUV167.52156.49164.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 132 (51.95% from 255) = 23.24%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=38.38%
G=23.24%
B=38.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813221800.3900.1530053.7568.63
HexDA84DA0270F12c3645
Octal33220433204701745466105
Binary1101101010000100110110100100111011111001011001101101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA84DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA84DA; }

 p { color: rgb(218,132,218); }

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

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

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

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

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

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

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