#D679BE

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

Shades of Orchid #D679BE

Tints of Orchid #D679BE

Color information

#D679BE (or 0xD679BE) is unknown color: approx Orchid. HEX triplet: D6, 79 and BE. RGB value is (214,121,190). Sum of RGB (Red+Green+Blue) = 214+121+190=525 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.76% from 525); Green value is 121 (47.66% from 255 or 23.05% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 214 - color contains mainly: red. Hex color #D679BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679BE is #298641. Grayscale: #9C9C9C. Windows color (decimal): -2721346 or 12483030. OLE color: 12483030.

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

Color convert

RGB214121190-
CMYK00.430.110.16
HSL315.48º53.14%65.69%-
HSV(B)315.48º43.46%83.92%-
XYZ43.8631.6952.52-
YUV156.67146.81168.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.76%
GREEN value IS 121 (47.66% from 255) = 23.05%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=40.76%
G=23.05%
B=36.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412119000.430.110.16315.4853.1465.69
HexD679BE02BB1013b3542
Octal326171276053132047365102
Binary1101011011110011011111001010111011100001001110111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679BE; }

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

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

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

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

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

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

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

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