#D682C2

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

Shades of Orchid #D682C2

Tints of Orchid #D682C2

Color information

#D682C2 (or 0xD682C2) is unknown color: approx Orchid. HEX triplet: D6, 82 and C2. RGB value is (214,130,194). Sum of RGB (Red+Green+Blue) = 214+130+194=538 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.78% from 538); Green value is 130 (51.17% from 255 or 24.16% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C2 is #297D3D. Grayscale: #A2A2A2. Windows color (decimal): -2719038 or 12747478. OLE color: 12747478.

HSL color Cylindrical-coordinate representation of color #D682C2: hue angle of 314.29º 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 #D682C2 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.16.

Color convert

RGB214130194-
CMYK00.390.090.16
HSL314.29º50.6%67.45%-
HSV(B)314.29º39.25%83.92%-
XYZ45.4534.1655.24-
YUV162.41145.83164.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.78%
GREEN value IS 130 (51.17% from 255) = 24.16%
BLUE value IS 194 (76.17% from 255) = 36.06%
R=39.78%
G=24.16%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413019400.390.090.16314.2950.667.45
HexD682C202791013a3343
Octal326202302047112047263103
Binary11010110100000101100001001001111001100001001110101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682C2; }

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

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

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

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

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

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

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

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