#D682DE

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

Shades of Orchid #D682DE

Tints of Orchid #D682DE

Color information

#D682DE (or 0xD682DE) is unknown color: approx Orchid. HEX triplet: D6, 82 and DE. RGB value is (214,130,222). Sum of RGB (Red+Green+Blue) = 214+130+222=566 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.81% from 566); Green value is 130 (51.17% from 255 or 22.97% from 566); Blue value is 222 (87.11% from 255 or 39.22% from 566); Max value from RGB is 222 - color contains mainly: blue. Hex color #D682DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682DE is #297D21. Grayscale: #A5A5A5. Windows color (decimal): -2719010 or 14582486. OLE color: 14582486.

HSL color Cylindrical-coordinate representation of color #D682DE: hue angle of 294.78º degrees, saturation: 0.58, 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 #D682DE is Cyan = 0.04, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB214130222-
CMYK0.040.4100.13
HSL294.78º58.23%69.02%-
HSV(B)294.78º41.44%87.06%-
XYZ48.935.5473.39-
YUV165.6159.83162.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.81%
GREEN value IS 130 (51.17% from 255) = 22.97%
BLUE value IS 222 (87.11% from 255) = 39.22%
R=37.81%
G=22.97%
B=39.22%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2141302220.040.4100.13294.7858.2369.02
HexD682DE4290D1273a45
Octal32620233645101544772105
Binary110101101000001011011110100101001011011001001111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682DE; }

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

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

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

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

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

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

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

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