#D676C4

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

Shades of Orchid #D676C4

Tints of Orchid #D676C4

Color information

#D676C4 (or 0xD676C4) is unknown color: approx Orchid. HEX triplet: D6, 76 and C4. RGB value is (214,118,196). Sum of RGB (Red+Green+Blue) = 214+118+196=528 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.53% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 196 (76.95% from 255 or 37.12% from 528); Max value from RGB is 214 - color contains mainly: red. Hex color #D676C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676C4 is #29893B. Grayscale: #9B9B9B. Windows color (decimal): -2722108 or 12875478. OLE color: 12875478.

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

Color convert

RGB214118196-
CMYK00.450.080.16
HSL311.25º53.93%65.1%-
HSV(B)311.25º44.86%83.92%-
XYZ44.1731.2455.93-
YUV155.6150.8169.66-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.53%
GREEN value IS 118 (46.48% from 255) = 22.35%
BLUE value IS 196 (76.95% from 255) = 37.12%
R=40.53%
G=22.35%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411819600.450.080.16311.2553.9365.1
HexD676C402D8101373641
Octal326166304055102046766101
Binary1101011011101101100010001011011000100001001101111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D676C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D676C4; }

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

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

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

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

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

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

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

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