#DA7AC0

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

Shades of Orchid #DA7AC0

Tints of Orchid #DA7AC0

Color information

#DA7AC0 (or 0xDA7AC0) is unknown color: approx Orchid. HEX triplet: DA, 7A and C0. RGB value is (218,122,192). Sum of RGB (Red+Green+Blue) = 218+122+192=532 (70% of max value = 765). Red value is 218 (85.55% from 255 or 40.98% from 532); Green value is 122 (48.05% from 255 or 22.93% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7AC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA7AC0 is #25853F. Grayscale: #9E9E9E. Windows color (decimal): -2458944 or 12614362. OLE color: 12614362.

HSL color Cylindrical-coordinate representation of color #DA7AC0: hue angle of 316.25º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA7AC0 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218122192-
CMYK00.440.120.15
HSL316.25º56.47%66.67%-
HSV(B)316.25º44.04%85.49%-
XYZ45.3932.6353.78-
YUV158.68146.8170.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.98%
GREEN value IS 122 (48.05% from 255) = 22.93%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=40.98%
G=22.93%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812219200.440.120.15316.2556.4766.67
HexDA7AC002CCF13c3843
Octal332172300054141747470103
Binary110110101111010110000000101100110011111001111001110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7AC0; }

 p { color: rgb(218,122,192); }

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

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

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

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

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

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

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