#D676C7

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

Shades of Orchid #D676C7

Tints of Orchid #D676C7

Color information

#D676C7 (or 0xD676C7) is unknown color: approx Orchid. HEX triplet: D6, 76 and C7. RGB value is (214,118,199). Sum of RGB (Red+Green+Blue) = 214+118+199=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 118 (46.48% from 255 or 22.22% from 531); Blue value is 199 (78.12% from 255 or 37.48% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D676C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676C7 is #298938. Grayscale: #9B9B9B. Windows color (decimal): -2722105 or 13072086. OLE color: 13072086.

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

Color convert

RGB214118199-
CMYK00.450.070.16
HSL309.38º53.93%65.1%-
HSV(B)309.38º44.86%83.92%-
XYZ44.5231.3857.74-
YUV155.94152.3169.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.30%
GREEN value IS 118 (46.48% from 255) = 22.22%
BLUE value IS 199 (78.12% from 255) = 37.48%
R=40.30%
G=22.22%
B=37.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.07
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411819900.450.070.16309.3853.9365.1
HexD676C702D7101353641
Octal32616630705572046566101
Binary110101101110110110001110101101111100001001101011101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676C7; }

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

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

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

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

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

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

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

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