#D676C9

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

Shades of Orchid #D676C9

Tints of Orchid #D676C9

Color information

#D676C9 (or 0xD676C9) is unknown color: approx Orchid. HEX triplet: D6, 76 and C9. RGB value is (214,118,201). Sum of RGB (Red+Green+Blue) = 214+118+201=533 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.15% from 533); Green value is 118 (46.48% from 255 or 22.14% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 214 - color contains mainly: red. Hex color #D676C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676C9 is #298936. Grayscale: #9B9B9B. Windows color (decimal): -2722103 or 13203158. OLE color: 13203158.

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

Color convert

RGB214118201-
CMYK00.450.060.16
HSL308.12º53.93%65.1%-
HSV(B)308.12º44.86%83.92%-
XYZ44.7531.4758.97-
YUV156.17153.3169.25-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.15%
GREEN value IS 118 (46.48% from 255) = 22.14%
BLUE value IS 201 (78.91% from 255) = 37.71%
R=40.15%
G=22.14%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411820100.450.060.16308.1253.9365.1
HexD676C902D6101343641
Octal32616631105562046466101
Binary110101101110110110010010101101110100001001101001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676C9; }

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

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

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

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

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

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

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

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