#D679C5

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

Shades of Orchid #D679C5

Tints of Orchid #D679C5

Color information

#D679C5 (or 0xD679C5) is unknown color: approx Orchid. HEX triplet: D6, 79 and C5. RGB value is (214,121,197). Sum of RGB (Red+Green+Blue) = 214+121+197=532 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.23% from 532); Green value is 121 (47.66% from 255 or 22.74% from 532); Blue value is 197 (77.34% from 255 or 37.03% from 532); Max value from RGB is 214 - color contains mainly: red. Hex color #D679C5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679C5 is #29863A. Grayscale: #9D9D9D. Windows color (decimal): -2721339 or 12941782. OLE color: 12941782.

HSL color Cylindrical-coordinate representation of color #D679C5: hue angle of 310.97º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D679C5 is Cyan = 0, Magento = 0.43, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB214121197-
CMYK00.430.080.16
HSL310.97º53.14%65.69%-
HSV(B)310.97º43.46%83.92%-
XYZ44.653256.65-
YUV157.47150.31168.32-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.23%
GREEN value IS 121 (47.66% from 255) = 22.74%
BLUE value IS 197 (77.34% from 255) = 37.03%
R=40.23%
G=22.74%
B=37.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412119700.430.080.16310.9753.1465.69
HexD679C502B8101373542
Octal326171305053102046765102
Binary1101011011110011100010101010111000100001001101111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679C5; }

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

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

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

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

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

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

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

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