#DA79CD

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

Shades of Orchid #DA79CD

Tints of Orchid #DA79CD

Color information

#DA79CD (or 0xDA79CD) is unknown color: approx Orchid. HEX triplet: DA, 79 and CD. RGB value is (218,121,205). Sum of RGB (Red+Green+Blue) = 218+121+205=544 (72% of max value = 765). Red value is 218 (85.55% from 255 or 40.07% from 544); Green value is 121 (47.66% from 255 or 22.24% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 218 - color contains mainly: red. Hex color #DA79CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA79CD is #258632. Grayscale: #9F9F9F. Windows color (decimal): -2459187 or 13466074. OLE color: 13466074.

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

Color convert

RGB218121205-
CMYK00.440.060.15
HSL308.04º56.73%66.47%-
HSV(B)308.04º44.5%85.49%-
XYZ46.7732.9961.66-
YUV159.58153.64169.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 40.07%
GREEN value IS 121 (47.66% from 255) = 22.24%
BLUE value IS 205 (80.47% from 255) = 37.68%
R=40.07%
G=22.24%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812120500.440.060.15308.0456.7366.47
HexDA79CD02C6F1343942
Octal33217131505461746471102
Binary11011010111100111001101010110011011111001101001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA79CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA79CD; }

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

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

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

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

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

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

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

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