#DA82CA

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

Shades of Orchid #DA82CA

Tints of Orchid #DA82CA

Color information

#DA82CA (or 0xDA82CA) is unknown color: approx Orchid. HEX triplet: DA, 82 and CA. RGB value is (218,130,202). Sum of RGB (Red+Green+Blue) = 218+130+202=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82CA is #257D35. Grayscale: #A4A4A4. Windows color (decimal): -2456886 or 13271770. OLE color: 13271770.

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

Color convert

RGB218130202-
CMYK00.400.070.15
HSL310.91º54.32%68.24%-
HSV(B)310.91º40.37%85.49%-
XYZ47.5635.1360.15-
YUV164.52149.15166.15-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.64%
GREEN value IS 130 (51.17% from 255) = 23.64%
BLUE value IS 202 (79.30% from 255) = 36.73%
R=39.64%
G=23.64%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813020200.400.070.15310.9154.3268.24
HexDA82CA0287F1373644
Octal33220231205071746766104
Binary110110101000001011001010010100011111111001101111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA82CA; }

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

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

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

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

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

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

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

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