#DA79D0

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

Shades of Orchid #DA79D0

Tints of Orchid #DA79D0

Color information

#DA79D0 (or 0xDA79D0) is unknown color: approx Orchid. HEX triplet: DA, 79 and D0. RGB value is (218,121,208). Sum of RGB (Red+Green+Blue) = 218+121+208=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 208 (81.64% from 255 or 38.03% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79D0 is #25862F. Grayscale: #9F9F9F. Windows color (decimal): -2459184 or 13662682. OLE color: 13662682.

HSL color Cylindrical-coordinate representation of color #DA79D0: hue angle of 306.19º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DA79D0 is Cyan = 0, Magento = 0.44, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218121208-
CMYK00.440.050.15
HSL306.19º56.73%66.47%-
HSV(B)306.19º44.5%85.49%-
XYZ47.1433.1363.59-
YUV159.92155.14169.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.85%
GREEN value IS 121 (47.66% from 255) = 22.12%
BLUE value IS 208 (81.64% from 255) = 38.03%
R=39.85%
G=22.12%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812120800.440.050.15306.1956.7366.47
HexDA79D002C5F1323942
Octal33217132005451746271102
Binary11011010111100111010000010110010111111001100101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79D0; }

 p { color: rgb(218,121,208); }

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

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

 a { background-color: rgb(218,121,208); }

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

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

 span { border-color: rgb(218,121,208); }

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