#D682C5

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

Shades of Orchid #D682C5

Tints of Orchid #D682C5

Color information

#D682C5 (or 0xD682C5) is unknown color: approx Orchid. HEX triplet: D6, 82 and C5. RGB value is (214,130,197). Sum of RGB (Red+Green+Blue) = 214+130+197=541 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.56% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 197 (77.34% from 255 or 36.41% from 541); Max value from RGB is 214 - color contains mainly: red. Hex color #D682C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D682C5 is #297D3A. Grayscale: #A2A2A2. Windows color (decimal): -2719035 or 12944086. OLE color: 12944086.

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

Color convert

RGB214130197-
CMYK00.390.080.16
HSL312.14º50.6%67.45%-
HSV(B)312.14º39.25%83.92%-
XYZ45.7934.2957.03-
YUV162.75147.33164.55-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 39.56%
GREEN value IS 130 (51.17% from 255) = 24.03%
BLUE value IS 197 (77.34% from 255) = 36.41%
R=39.56%
G=24.03%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413019700.390.080.16312.1450.667.45
HexD682C50278101383343
Octal326202305047102047063103
Binary11010110100000101100010101001111000100001001110001100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D682C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D682C5; }

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

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

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

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

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

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

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

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