#DA78CE

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

Shades of Orchid #DA78CE

Tints of Orchid #DA78CE

Color information

#DA78CE (or 0xDA78CE) is unknown color: approx Orchid. HEX triplet: DA, 78 and CE. RGB value is (218,120,206). Sum of RGB (Red+Green+Blue) = 218+120+206=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 120 (47.27% from 255 or 22.06% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA78CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA78CE is #258731. Grayscale: #9E9E9E. Windows color (decimal): -2459442 or 13531354. OLE color: 13531354.

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

Color convert

RGB218120206-
CMYK00.450.060.15
HSL307.35º56.98%66.27%-
HSV(B)307.35º44.95%85.49%-
XYZ46.7732.7962.26-
YUV159.11154.47170.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 120 (47.27% from 255) = 22.06%
BLUE value IS 206 (80.86% from 255) = 37.87%
R=40.07%
G=22.06%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812020600.450.060.15307.3556.9866.27
HexDA78CE02D6F1333942
Octal33217031605561746371102
Binary11011010111100011001110010110111011111001100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA78CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA78CE; }

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

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

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

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

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

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

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

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