#D682DD

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

Shades of Orchid #D682DD

Tints of Orchid #D682DD

Color information

#D682DD (or 0xD682DD) is unknown color: approx Orchid. HEX triplet: D6, 82 and DD. RGB value is (214,130,221). Sum of RGB (Red+Green+Blue) = 214+130+221=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 130 (51.17% from 255 or 23.01% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #D682DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682DD is #297D22. Grayscale: #A5A5A5. Windows color (decimal): -2719011 or 14516950. OLE color: 14516950.

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

Color convert

RGB214130221-
CMYK0.030.4100.13
HSL295.38º57.23%68.82%-
HSV(B)295.38º41.18%86.67%-
XYZ48.7735.4872.69-
YUV165.49159.33162.6-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.88%
GREEN value IS 130 (51.17% from 255) = 23.01%
BLUE value IS 221 (86.72% from 255) = 39.12%
R=37.88%
G=23.01%
B=39.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141302210.030.4100.13295.3857.2368.82
HexD682DD3290D1273945
Octal32620233535101544771105
Binary11010110100000101101110111101001011011001001111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682DD; }

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

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

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

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

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

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

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

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