#DA78BE

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

Shades of Orchid #DA78BE

Tints of Orchid #DA78BE

Color information

#DA78BE (or 0xDA78BE) is unknown color: approx Orchid. HEX triplet: DA, 78 and BE. RGB value is (218,120,190). Sum of RGB (Red+Green+Blue) = 218+120+190=528 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.29% from 528); Green value is 120 (47.27% from 255 or 22.73% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78BE is #258741. Grayscale: #9D9D9D. Windows color (decimal): -2459458 or 12482778. OLE color: 12482778.

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

Color convert

RGB218120190-
CMYK00.450.130.15
HSL317.14º56.98%66.27%-
HSV(B)317.14º44.95%85.49%-
XYZ44.9232.0652.53-
YUV157.28146.47171.31-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 41.29%
GREEN value IS 120 (47.27% from 255) = 22.73%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=41.29%
G=22.73%
B=35.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812019000.450.130.15317.1456.9866.27
HexDA78BE02DDF13d3942
Octal332170276055151747571102
Binary110110101111000101111100101101110111111001111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78BE; }

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

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

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

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

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

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

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

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