#D082C6

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

Shades of Orchid #D082C6

Tints of Orchid #D082C6

Color information

#D082C6 (or 0xD082C6) is unknown color: approx Orchid. HEX triplet: D0, 82 and C6. RGB value is (208,130,198). Sum of RGB (Red+Green+Blue) = 208+130+198=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 208 - color contains mainly: red. Hex color #D082C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082C6 is #2F7D39. Grayscale: #A0A0A0. Windows color (decimal): -3112250 or 13009616. OLE color: 13009616.

HSL color Cylindrical-coordinate representation of color #D082C6: hue angle of 307.69º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D082C6 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB208130198-
CMYK00.380.050.18
HSL307.69º45.35%66.27%-
HSV(B)307.69º37.5%81.57%-
XYZ44.1933.4557.55-
YUV161.07148.84161.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.81%
GREEN value IS 130 (51.17% from 255) = 24.25%
BLUE value IS 198 (77.73% from 255) = 36.94%
R=38.81%
G=24.25%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813019800.380.050.18307.6945.3566.27
HexD082C60265121342d42
Octal32020230604652246455102
Binary1101000010000010110001100100110101100101001101001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082C6; }

 p { color: rgb(208,130,198); }

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

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

 a { background-color: rgb(208,130,198); }

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

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

 span { border-color: rgb(208,130,198); }

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