#DA82DC

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

Shades of Orchid #DA82DC

Tints of Orchid #DA82DC

Color information

#DA82DC (or 0xDA82DC) is unknown color: approx Orchid. HEX triplet: DA, 82 and DC. RGB value is (218,130,220). Sum of RGB (Red+Green+Blue) = 218+130+220=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 130 (51.17% from 255 or 22.89% from 568); Blue value is 220 (86.33% from 255 or 38.73% from 568); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA82DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82DC is #257D23. Grayscale: #A6A6A6. Windows color (decimal): -2456868 or 14451418. OLE color: 14451418.

HSL color Cylindrical-coordinate representation of color #DA82DC: hue angle of 298.67º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA82DC is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB218130220-
CMYK0.010.4100.14
HSL298.67º56.25%68.63%-
HSV(B)298.67º40.91%86.27%-
XYZ49.8136.0472.04-
YUV166.57158.15164.68-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.38%
GREEN value IS 130 (51.17% from 255) = 22.89%
BLUE value IS 220 (86.33% from 255) = 38.73%
R=38.38%
G=22.89%
B=38.73%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2181302200.010.4100.14298.6756.2568.63
HexDA82DC1290E12b3845
Octal33220233415101645370105
Binary1101101010000010110111001101001011101001010111110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82DC; }

 p { color: rgb(218,130,220); }

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

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

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

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

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

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

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