#D679CB

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

Shades of Orchid #D679CB

Tints of Orchid #D679CB

Color information

#D679CB (or 0xD679CB) is unknown color: approx Orchid. HEX triplet: D6, 79 and CB. RGB value is (214,121,203). Sum of RGB (Red+Green+Blue) = 214+121+203=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 121 (47.66% from 255 or 22.49% from 538); Blue value is 203 (79.69% from 255 or 37.73% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D679CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D679CB is #298634. Grayscale: #9D9D9D. Windows color (decimal): -2721333 or 13334998. OLE color: 13334998.

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

Color convert

RGB214121203-
CMYK00.430.050.16
HSL307.1º53.14%65.69%-
HSV(B)307.1º43.46%83.92%-
XYZ45.3532.2860.34-
YUV158.16153.31167.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 121 (47.66% from 255) = 22.49%
BLUE value IS 203 (79.69% from 255) = 37.73%
R=39.78%
G=22.49%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412120300.430.050.16307.153.1465.69
HexD679CB02B5101333542
Octal32617131305352046365102
Binary110101101111001110010110101011101100001001100111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D679CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D679CB; }

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

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

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

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

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

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

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

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