#DA78DD

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

Shades of Orchid #DA78DD

Tints of Orchid #DA78DD

Color information

#DA78DD (or 0xDA78DD) is unknown color: approx Orchid. HEX triplet: DA, 78 and DD. RGB value is (218,120,221). Sum of RGB (Red+Green+Blue) = 218+120+221=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 221 (86.72% from 255 or 39.53% from 559); Max value from RGB is 221 - color contains mainly: blue. Hex color #DA78DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78DD is #258722. Grayscale: #A0A0A0. Windows color (decimal): -2459427 or 14514394. OLE color: 14514394.

HSL color Cylindrical-coordinate representation of color #DA78DD: hue angle of 298.22º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA78DD is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218120221-
CMYK0.010.4600.13
HSL298.22º59.76%66.86%-
HSV(B)298.22º45.7%86.67%-
XYZ48.6833.5672.32-
YUV160.82161.97168.79-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.00%
GREEN value IS 120 (47.27% from 255) = 21.47%
BLUE value IS 221 (86.72% from 255) = 39.53%
R=39.00%
G=21.47%
B=39.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181202210.010.4600.13298.2259.7666.86
HexDA78DD12E0D12a3c43
Octal33217033515601545274103
Binary110110101111000110111011101110011011001010101111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78DD; }

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

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

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

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

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

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

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

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