#DA78DF

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

Shades of Orchid #DA78DF

Tints of Orchid #DA78DF

Color information

#DA78DF (or 0xDA78DF) is unknown color: approx Orchid. HEX triplet: DA, 78 and DF. RGB value is (218,120,223). Sum of RGB (Red+Green+Blue) = 218+120+223=561 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.86% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78DF is #258720. Grayscale: #A0A0A0. Windows color (decimal): -2459425 or 14645466. OLE color: 14645466.

HSL color Cylindrical-coordinate representation of color #DA78DF: hue angle of 297.09º degrees, saturation: 0.62, 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 #DA78DF is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB218120223-
CMYK0.020.4600.13
HSL297.09º61.68%67.25%-
HSV(B)297.09º46.19%87.45%-
XYZ48.9533.6773.73-
YUV161.04162.97168.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.86%
GREEN value IS 120 (47.27% from 255) = 21.39%
BLUE value IS 223 (87.5% from 255) = 39.75%
R=38.86%
G=21.39%
B=39.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2181202230.020.4600.13297.0961.6867.25
HexDA78DF22E0D1293e43
Octal33217033725601545176103
Binary1101101011110001101111110101110011011001010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78DF; }

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

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

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

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

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

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

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

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