#D680DC

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

Shades of Orchid #D680DC

Tints of Orchid #D680DC

Color information

#D680DC (or 0xD680DC) is unknown color: approx Orchid. HEX triplet: D6, 80 and DC. RGB value is (214,128,220). Sum of RGB (Red+Green+Blue) = 214+128+220=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 128 (50.39% from 255 or 22.78% from 562); Blue value is 220 (86.33% from 255 or 39.15% from 562); Max value from RGB is 220 - color contains mainly: blue. Hex color #D680DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D680DC is #297F23. Grayscale: #A3A3A3. Windows color (decimal): -2719524 or 14450902. OLE color: 14450902.

HSL color Cylindrical-coordinate representation of color #D680DC: hue angle of 296.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D680DC is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB214128220-
CMYK0.030.4200.14
HSL296.09º56.79%68.24%-
HSV(B)296.09º41.82%86.27%-
XYZ48.3734.971.9-
YUV164.2159.49163.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.08%
GREEN value IS 128 (50.39% from 255) = 22.78%
BLUE value IS 220 (86.33% from 255) = 39.15%
R=38.08%
G=22.78%
B=39.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2141282200.030.4200.14296.0956.7968.24
HexD680DC32A0E1283944
Octal32620033435201645071104
Binary11010110100000001101110011101010011101001010001110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D680DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D680DC; }

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

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

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

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

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

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

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

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