#d677d6

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

Shades of Orchid #D677D6

Tints of Orchid #D677D6

Color information

#D677D6 (or 0xD677D6) is unknown color: approx Orchid. HEX triplet: D6, 77 and D6. RGB value is (214,119,214). Sum of RGB (Red+Green+Blue) = 214+119+214=547 (72% of max value = 765). Red value is 214 (83.98% from 255 or 39.12% from 547); Green value is 119 (46.88% from 255 or 21.76% from 547); Blue value is 214 (83.98% from 255 or 39.12% from 547); Max value from RGB is 214 - color contains mainly: red, blue. Hex color #D677D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D677D6 is #298829. Grayscale: #9D9D9D. Windows color (decimal): -2721834 or 14055382. OLE color: 14055382.

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

Color convert

RGB214119214-
CMYK00.4400.16
HSL300º53.67%65.29%-
HSV(B)300º44.39%83.92%-
XYZ46.4732.3467.41-
YUV158.24159.47167.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.12%
GREEN value IS 119 (46.88% from 255) = 21.76%
BLUE value IS 214 (83.98% from 255) = 39.12%
R=39.12%
G=21.76%
B=39.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21411921400.4400.1630053.6765.29
HexD677D602C01012c3641
Octal32616732605402045466101
Binary1101011011101111101011001011000100001001011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d677d6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d677d6; }

 p { color: rgb(214,119,214); }

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

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

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

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

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

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

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