#D684DC

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

Shades of Orchid #D684DC

Tints of Orchid #D684DC

Color information

#D684DC (or 0xD684DC) is unknown color: approx Orchid. HEX triplet: D6, 84 and DC. RGB value is (214,132,220). Sum of RGB (Red+Green+Blue) = 214+132+220=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 132 (51.95% from 255 or 23.32% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #D684DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D684DC is #297B23. Grayscale: #A6A6A6. Windows color (decimal): -2718500 or 14451926. OLE color: 14451926.

HSL color Cylindrical-coordinate representation of color #D684DC: hue angle of 295.91º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D684DC is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214132220-
CMYK0.030.4000.14
HSL295.91º55.7%69.02%-
HSV(B)295.91º40%86.27%-
XYZ48.935.9772.07-
YUV166.55158.17161.84-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 132 (51.95% from 255) = 23.32%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=37.81%
G=23.32%
B=38.87%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141322200.030.4000.14295.9155.769.02
HexD684DC3280E1283845
Octal32620433435001645070105
Binary11010110100001001101110011101000011101001010001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D684DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D684DC; }

 p { color: rgb(214,132,220); }

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

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

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

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

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

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

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