#DA82C5

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

Shades of Orchid #DA82C5

Tints of Orchid #DA82C5

Color information

#DA82C5 (or 0xDA82C5) is unknown color: approx Orchid. HEX triplet: DA, 82 and C5. RGB value is (218,130,197). Sum of RGB (Red+Green+Blue) = 218+130+197=545 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40% from 545); Green value is 130 (51.17% from 255 or 23.85% from 545); Blue value is 197 (77.34% from 255 or 36.15% from 545); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82C5 is #257D3A. Grayscale: #A3A3A3. Windows color (decimal): -2456891 or 12944090. OLE color: 12944090.

HSL color Cylindrical-coordinate representation of color #DA82C5: hue angle of 314.32º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA82C5 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218130197-
CMYK00.400.100.15
HSL314.32º54.32%68.24%-
HSV(B)314.32º40.37%85.49%-
XYZ46.9734.957.08-
YUV163.95146.65166.55-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40%
GREEN value IS 130 (51.17% from 255) = 23.85%
BLUE value IS 197 (77.34% from 255) = 36.15%
R=40%
G=23.85%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813019700.400.100.15314.3254.3268.24
HexDA82C5028AF13a3644
Octal332202305050121747266104
Binary1101101010000010110001010101000101011111001110101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82C5; }

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

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

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

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

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

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

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

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