#D379C5

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

Shades of Orchid #D379C5

Tints of Orchid #D379C5

Color information

#D379C5 (or 0xD379C5) is unknown color: approx Orchid. HEX triplet: D3, 79 and C5. RGB value is (211,121,197). Sum of RGB (Red+Green+Blue) = 211+121+197=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 121 (47.66% from 255 or 22.87% from 529); Blue value is 197 (77.34% from 255 or 37.24% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D379C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D379C5 is #2C863A. Grayscale: #9C9C9C. Windows color (decimal): -2917947 or 12941779. OLE color: 12941779.

HSL color Cylindrical-coordinate representation of color #D379C5: hue angle of 309.33º degrees, saturation: 0.51, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D379C5 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB211121197-
CMYK00.430.070.17
HSL309.33º50.56%65.1%-
HSV(B)309.33º42.65%82.75%-
XYZ43.7831.5556.61-
YUV156.57150.82166.82-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 39.89%
GREEN value IS 121 (47.66% from 255) = 22.87%
BLUE value IS 197 (77.34% from 255) = 37.24%
R=39.89%
G=22.87%
B=37.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112119700.430.070.17309.3350.5665.1
HexD379C502B7111353341
Octal32317130505372146563101
Binary110100111111001110001010101011111100011001101011100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D379C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D379C5; }

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

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

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

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

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

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

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

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