#D379DC

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

Shades of Orchid #D379DC

Tints of Orchid #D379DC

Color information

#D379DC (or 0xD379DC) is unknown color: approx Orchid. HEX triplet: D3, 79 and DC. RGB value is (211,121,220). Sum of RGB (Red+Green+Blue) = 211+121+220=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 121 (47.66% from 255 or 21.92% from 552); Blue value is 220 (86.33% from 255 or 39.86% from 552); Max value from RGB is 220 - color contains mainly: blue. Hex color #D379DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379DC is #2C8623. Grayscale: #9E9E9E. Windows color (decimal): -2917924 or 14449107. OLE color: 14449107.

HSL color Cylindrical-coordinate representation of color #D379DC: hue angle of 294.55º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D379DC is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB211121220-
CMYK0.040.4500.14
HSL294.55º58.58%66.86%-
HSV(B)294.55º45%86.27%-
XYZ46.6232.6971.56-
YUV159.2162.32164.95-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 38.22%
GREEN value IS 121 (47.66% from 255) = 21.92%
BLUE value IS 220 (86.33% from 255) = 39.86%
R=38.22%
G=21.92%
B=39.86%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2111212200.040.4500.14294.5558.5866.86
HexD379DC42D0E1273b43
Octal32317133445501644773103
Binary11010011111100111011100100101101011101001001111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D379DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D379DC; }

 p { color: rgb(211,121,220); }

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

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

 a { background-color: rgb(211,121,220); }

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

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

 span { border-color: rgb(211,121,220); }

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