#D082C7

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

Shades of Orchid #D082C7

Tints of Orchid #D082C7

Color information

#D082C7 (or 0xD082C7) is unknown color: approx Orchid. HEX triplet: D0, 82 and C7. RGB value is (208,130,199). Sum of RGB (Red+Green+Blue) = 208+130+199=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D082C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082C7 is #2F7D38. Grayscale: #A0A0A0. Windows color (decimal): -3112249 or 13075152. OLE color: 13075152.

HSL color Cylindrical-coordinate representation of color #D082C7: hue angle of 306.92º 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 #D082C7 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB208130199-
CMYK00.380.040.18
HSL306.92º45.35%66.27%-
HSV(B)306.92º37.5%81.57%-
XYZ44.333.558.16-
YUV161.19149.34161.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.73%
GREEN value IS 130 (51.17% from 255) = 24.21%
BLUE value IS 199 (78.12% from 255) = 37.06%
R=38.73%
G=24.21%
B=37.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813019900.380.040.18306.9245.3566.27
HexD082C70264121332d42
Octal32020230704642246355102
Binary1101000010000010110001110100110100100101001100111011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082C7; }

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

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

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

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

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

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

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

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