#D676CB

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

Shades of Orchid #D676CB

Tints of Orchid #D676CB

Color information

#D676CB (or 0xD676CB) is unknown color: approx Orchid. HEX triplet: D6, 76 and CB. RGB value is (214,118,203). Sum of RGB (Red+Green+Blue) = 214+118+203=535 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40% from 535); Green value is 118 (46.48% from 255 or 22.06% from 535); Blue value is 203 (79.69% from 255 or 37.94% from 535); Max value from RGB is 214 - color contains mainly: red. Hex color #D676CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676CB is #298934. Grayscale: #9C9C9C. Windows color (decimal): -2722101 or 13334230. OLE color: 13334230.

HSL color Cylindrical-coordinate representation of color #D676CB: hue angle of 306.88º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D676CB is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB214118203-
CMYK00.450.050.16
HSL306.88º53.93%65.1%-
HSV(B)306.88º44.86%83.92%-
XYZ44.9931.5660.22-
YUV156.39154.3169.09-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40%
GREEN value IS 118 (46.48% from 255) = 22.06%
BLUE value IS 203 (79.69% from 255) = 37.94%
R=40%
G=22.06%
B=37.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411820300.450.050.16306.8853.9365.1
HexD676CB02D5101333641
Octal32616631305552046366101
Binary110101101110110110010110101101101100001001100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676CB; }

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

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

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

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

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

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

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

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