#D479DA

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

Shades of Orchid #D479DA

Tints of Orchid #D479DA

Color information

#D479DA (or 0xD479DA) is unknown color: approx Orchid. HEX triplet: D4, 79 and DA. RGB value is (212,121,218). Sum of RGB (Red+Green+Blue) = 212+121+218=551 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.48% from 551); Green value is 121 (47.66% from 255 or 21.96% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #D479DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D479DA is #2B8625. Grayscale: #9E9E9E. Windows color (decimal): -2852390 or 14318036. OLE color: 14318036.

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

Color convert

RGB212121218-
CMYK0.030.4400.15
HSL296.29º56.73%66.47%-
HSV(B)296.29º44.5%85.49%-
XYZ46.6432.7370.19-
YUV159.27161.15165.61-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.48%
GREEN value IS 121 (47.66% from 255) = 21.96%
BLUE value IS 218 (85.55% from 255) = 39.56%
R=38.48%
G=21.96%
B=39.56%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2121212180.030.4400.15296.2956.7366.47
HexD479DA32C0F1283942
Octal32417133235401745071102
Binary1101010011110011101101011101100011111001010001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D479DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D479DA; }

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

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

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

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

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

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

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

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