#D079DA

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

Shades of Orchid #D079DA

Tints of Orchid #D079DA

Color information

#D079DA (or 0xD079DA) is unknown color: approx Orchid. HEX triplet: D0, 79 and DA. RGB value is (208,121,218). Sum of RGB (Red+Green+Blue) = 208+121+218=547 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.03% from 547); Green value is 121 (47.66% from 255 or 22.12% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 218 - color contains mainly: blue. Hex color #D079DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D079DA is #2F8625. Grayscale: #9D9D9D. Windows color (decimal): -3114534 or 14318032. OLE color: 14318032.

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

Color convert

RGB208121218-
CMYK0.050.4400.15
HSL293.81º56.73%66.47%-
HSV(B)293.81º44.5%85.49%-
XYZ45.532.1570.14-
YUV158.07161.82163.61-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2081212180.050.4400.15293.8156.7366.47
HexD079DA52C0F1263942
Octal32017133255401744671102
Binary11010000111100111011010101101100011111001001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D079DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D079DA; }

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

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

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

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

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

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

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

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