#DA78D1

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

Shades of Orchid #DA78D1

Tints of Orchid #DA78D1

Color information

#DA78D1 (or 0xDA78D1) is unknown color: approx Orchid. HEX triplet: DA, 78 and D1. RGB value is (218,120,209). Sum of RGB (Red+Green+Blue) = 218+120+209=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 120 (47.27% from 255 or 21.94% from 547); Blue value is 209 (82.03% from 255 or 38.21% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78D1 is #25872E. Grayscale: #9F9F9F. Windows color (decimal): -2459439 or 13727962. OLE color: 13727962.

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

Color convert

RGB218120209-
CMYK00.450.040.15
HSL305.51º56.98%66.27%-
HSV(B)305.51º44.95%85.49%-
XYZ47.1432.9464.2-
YUV159.45155.97169.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 120 (47.27% from 255) = 21.94%
BLUE value IS 209 (82.03% from 255) = 38.21%
R=39.85%
G=21.94%
B=38.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812020900.450.040.15305.5156.9866.27
HexDA78D102D4F1323942
Octal33217032105541746271102
Binary11011010111100011010001010110110011111001100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78D1; }

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

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

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

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

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

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

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

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