#d676c0

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

Shades of Orchid #D676C0

Tints of Orchid #D676C0

Color information

#D676C0 (or 0xD676C0) is unknown color: approx Orchid. HEX triplet: D6, 76 and C0. RGB value is (214,118,192). Sum of RGB (Red+Green+Blue) = 214+118+192=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 192 (75.39% from 255 or 36.64% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D676C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D676C0 is #29893F. Grayscale: #9A9A9A. Windows color (decimal): -2722112 or 12613334. OLE color: 12613334.

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

Color convert

RGB214118192-
CMYK00.450.100.16
HSL313.75º53.93%65.1%-
HSV(B)313.75º44.86%83.92%-
XYZ43.7231.0653.56-
YUV155.14148.8169.98-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 40.84%
GREEN value IS 118 (46.48% from 255) = 22.52%
BLUE value IS 192 (75.39% from 255) = 36.64%
R=40.84%
G=22.52%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411819200.450.100.16313.7553.9365.1
HexD676C002DA1013a3641
Octal326166300055122047266101
Binary1101011011101101100000001011011010100001001110101101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d676c0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d676c0; }

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

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

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

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

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

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

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

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