#DA78DA

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

Shades of Orchid #DA78DA

Tints of Orchid #DA78DA

Color information

#DA78DA (or 0xDA78DA) is unknown color: approx Orchid. HEX triplet: DA, 78 and DA. RGB value is (218,120,218). Sum of RGB (Red+Green+Blue) = 218+120+218=556 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.21% from 556); Green value is 120 (47.27% from 255 or 21.58% from 556); Blue value is 218 (85.55% from 255 or 39.21% from 556); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA78DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78DA is #258725. Grayscale: #A0A0A0. Windows color (decimal): -2459430 or 14317786. OLE color: 14317786.

HSL color Cylindrical-coordinate representation of color #DA78DA: hue angle of 300º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DA78DA is Cyan = 0, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB218120218-
CMYK00.4500.15
HSL300º56.98%66.27%-
HSV(B)300º44.95%85.49%-
XYZ48.2833.470.23-
YUV160.47160.47169.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.21%
GREEN value IS 120 (47.27% from 255) = 21.58%
BLUE value IS 218 (85.55% from 255) = 39.21%
R=39.21%
G=21.58%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812021800.4500.1530056.9866.27
HexDA78DA02D0F12c3942
Octal33217033205501745471102
Binary110110101111000110110100101101011111001011001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78DA; }

 p { color: rgb(218,120,218); }

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

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

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

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

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

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

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