#DA79C8

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

Shades of Orchid #DA79C8

Tints of Orchid #DA79C8

Color information

#DA79C8 (or 0xDA79C8) is unknown color: approx Orchid. HEX triplet: DA, 79 and C8. RGB value is (218,121,200). Sum of RGB (Red+Green+Blue) = 218+121+200=539 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.45% from 539); Green value is 121 (47.66% from 255 or 22.45% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79C8 is #258637. Grayscale: #9E9E9E. Windows color (decimal): -2459192 or 13138394. OLE color: 13138394.

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

Color convert

RGB218121200-
CMYK00.440.080.15
HSL311.13º56.73%66.47%-
HSV(B)311.13º44.5%85.49%-
XYZ46.1832.7558.53-
YUV159.01151.14170.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.45%
GREEN value IS 121 (47.66% from 255) = 22.45%
BLUE value IS 200 (78.52% from 255) = 37.11%
R=40.45%
G=22.45%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812120000.440.080.15311.1356.7366.47
HexDA79C802C8F1373942
Octal332171310054101746771102
Binary110110101111001110010000101100100011111001101111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79C8; }

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

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

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

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

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

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

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

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