#D678D1

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

Shades of Orchid #D678D1

Tints of Orchid #D678D1

Color information

#D678D1 (or 0xD678D1) is unknown color: approx Orchid. HEX triplet: D6, 78 and D1. RGB value is (214,120,209). Sum of RGB (Red+Green+Blue) = 214+120+209=543 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.41% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 209 (82.03% from 255 or 38.49% from 543); Max value from RGB is 214 - color contains mainly: red. Hex color #D678D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678D1 is #29872E. Grayscale: #9D9D9D. Windows color (decimal): -2721583 or 13727958. OLE color: 13727958.

HSL color Cylindrical-coordinate representation of color #D678D1: hue angle of 303.19º degrees, saturation: 0.53, 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 #D678D1 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214120209-
CMYK00.440.020.16
HSL303.19º53.41%65.49%-
HSV(B)303.19º43.93%83.92%-
XYZ45.9632.3364.14-
YUV158.25156.64167.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.41%
GREEN value IS 120 (47.27% from 255) = 22.10%
BLUE value IS 209 (82.03% from 255) = 38.49%
R=39.41%
G=22.10%
B=38.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21412020900.440.020.16303.1953.4165.49
HexD678D102C21012f3541
Octal32617032105422045765101
Binary11010110111100011010001010110010100001001011111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D678D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D678D1; }

 p { color: rgb(214,120,209); }

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

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

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

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

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

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

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