#D678DD

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

Shades of Orchid #D678DD

Tints of Orchid #D678DD

Color information

#D678DD (or 0xD678DD) is unknown color: approx Orchid. HEX triplet: D6, 78 and DD. RGB value is (214,120,221). Sum of RGB (Red+Green+Blue) = 214+120+221=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 120 (47.27% from 255 or 21.62% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #D678DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D678DD is #298722. Grayscale: #9F9F9F. Windows color (decimal): -2721571 or 14514390. OLE color: 14514390.

HSL color Cylindrical-coordinate representation of color #D678DD: hue angle of 295.84º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D678DD is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214120221-
CMYK0.030.4600.13
HSL295.84º59.76%66.86%-
HSV(B)295.84º45.7%86.67%-
XYZ47.532.9572.26-
YUV159.62162.64166.79-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 120 (47.27% from 255) = 21.62%
BLUE value IS 221 (86.72% from 255) = 39.82%
R=38.56%
G=21.62%
B=39.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141202210.030.4600.13295.8459.7666.86
HexD678DD32E0D1283c43
Octal32617033535601545074103
Binary1101011011110001101110111101110011011001010001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D678DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D678DD; }

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

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

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

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

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

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

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

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