#D679C6

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

Shades of Orchid #D679C6

Tints of Orchid #D679C6

Color information

#D679C6 (or 0xD679C6) is unknown color: approx Orchid. HEX triplet: D6, 79 and C6. RGB value is (214,121,198). Sum of RGB (Red+Green+Blue) = 214+121+198=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 121 (47.66% from 255 or 22.70% from 533); Blue value is 198 (77.73% from 255 or 37.15% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D679C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679C6 is #298639. Grayscale: #9D9D9D. Windows color (decimal): -2721338 or 13007318. OLE color: 13007318.

HSL color Cylindrical-coordinate representation of color #D679C6: hue angle of 310.32º 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 #D679C6 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.16.

Color convert

RGB214121198-
CMYK00.430.070.16
HSL310.32º53.14%65.69%-
HSV(B)310.32º43.46%83.92%-
XYZ44.7632.0557.25-
YUV157.58150.81168.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 121 (47.66% from 255) = 22.70%
BLUE value IS 198 (77.73% from 255) = 37.15%
R=40.15%
G=22.70%
B=37.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412119800.430.070.16310.3253.1465.69
HexD679C602B7101363542
Octal32617130605372046665102
Binary110101101111001110001100101011111100001001101101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679C6; }

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

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

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

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

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

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

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

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