#DA79D5

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

Shades of Orchid #DA79D5

Tints of Orchid #DA79D5

Color information

#DA79D5 (or 0xDA79D5) is unknown color: approx Orchid. HEX triplet: DA, 79 and D5. RGB value is (218,121,213). Sum of RGB (Red+Green+Blue) = 218+121+213=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 213 (83.59% from 255 or 38.59% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79D5 is #25862A. Grayscale: #A0A0A0. Windows color (decimal): -2459179 or 13990362. OLE color: 13990362.

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

Color convert

RGB218121213-
CMYK00.440.020.15
HSL303.09º56.73%66.47%-
HSV(B)303.09º44.5%85.49%-
XYZ47.7633.3866.88-
YUV160.49157.64169.02-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 39.49%
GREEN value IS 121 (47.66% from 255) = 21.92%
BLUE value IS 213 (83.59% from 255) = 38.59%
R=39.49%
G=21.92%
B=38.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812121300.440.020.15303.0956.7366.47
HexDA79D502C2F12f3942
Octal33217132505421745771102
Binary1101101011110011101010101011001011111001011111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79D5; }

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

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

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

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

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

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

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

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