#D679DB

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

Shades of Orchid #D679DB

Tints of Orchid #D679DB

Color information

#D679DB (or 0xD679DB) is unknown color: approx Orchid. HEX triplet: D6, 79 and DB. RGB value is (214,121,219). Sum of RGB (Red+Green+Blue) = 214+121+219=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 121 (47.66% from 255 or 21.84% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 219 - color contains mainly: blue. Hex color #D679DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679DB is #298624. Grayscale: #9F9F9F. Windows color (decimal): -2721317 or 14383574. OLE color: 14383574.

HSL color Cylindrical-coordinate representation of color #D679DB: hue angle of 296.94º degrees, saturation: 0.58, 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 #D679DB is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214121219-
CMYK0.020.4500.14
HSL296.94º57.65%66.67%-
HSV(B)296.94º44.75%85.88%-
XYZ47.3633.0970.91-
YUV159.98161.31166.53-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.63%
GREEN value IS 121 (47.66% from 255) = 21.84%
BLUE value IS 219 (85.94% from 255) = 39.53%
R=38.63%
G=21.84%
B=39.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141212190.020.4500.14296.9457.6566.67
HexD679DB22D0E1293a43
Octal32617133325501645172103
Binary1101011011110011101101110101101011101001010011110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679DB; }

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

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

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

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

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

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

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

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