#DA6AD7

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

Shades of Orchid #DA6AD7

Tints of Orchid #DA6AD7

Color information

#DA6AD7 (or 0xDA6AD7) is unknown color: approx Orchid. HEX triplet: DA, 6A and D7. RGB value is (218,106,215). Sum of RGB (Red+Green+Blue) = 218+106+215=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 215 (84.38% from 255 or 39.89% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6AD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA6AD7 is #259528. Grayscale: #979797. Windows color (decimal): -2463017 or 14117594. OLE color: 14117594.

HSL color Cylindrical-coordinate representation of color #DA6AD7: hue angle of 301.61º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DA6AD7 is Cyan = 0, Magento = 0.51, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB218106215-
CMYK00.510.010.15
HSL301.61º60.22%63.53%-
HSV(B)301.61º51.38%85.49%-
XYZ46.3330.1267.66-
YUV151.91163.61175.14-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 106 (41.80% from 255) = 19.67%
BLUE value IS 215 (84.38% from 255) = 39.89%
R=40.45%
G=19.67%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810621500.510.010.15301.6160.2263.53
HexDA6AD70331F12e3c40
Octal33215232706311745674100
Binary110110101101010110101110110011111111001011101111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA6AD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA6AD7; }

 p { color: rgb(218,106,215); }

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

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

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

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

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

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

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