#D682D1

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

Shades of Orchid #D682D1

Tints of Orchid #D682D1

Color information

#D682D1 (or 0xD682D1) is unknown color: approx Orchid. HEX triplet: D6, 82 and D1. RGB value is (214,130,209). Sum of RGB (Red+Green+Blue) = 214+130+209=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 130 (51.17% from 255 or 23.51% from 553); Blue value is 209 (82.03% from 255 or 37.79% from 553); Max value from RGB is 214 - color contains mainly: red. Hex color #D682D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682D1 is #297D2E. Grayscale: #A3A3A3. Windows color (decimal): -2719023 or 13730518. OLE color: 13730518.

HSL color Cylindrical-coordinate representation of color #D682D1: hue angle of 303.57º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D682D1 is Cyan = 0, Magento = 0.39, Yellow = 0.02 and Black (K on CMYK) = 0.16.

Color convert

RGB214130209-
CMYK00.390.020.16
HSL303.57º50.6%67.45%-
HSV(B)303.57º39.25%83.92%-
XYZ47.2234.8664.56-
YUV164.12153.33163.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 130 (51.17% from 255) = 23.51%
BLUE value IS 209 (82.03% from 255) = 37.79%
R=38.70%
G=23.51%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.02
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413020900.390.020.16303.5750.667.45
HexD682D10272101303343
Octal32620232104722046063103
Binary110101101000001011010001010011110100001001100001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682D1; }

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

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

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

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

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

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

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

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