#D980C3

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

Shades of Orchid #D980C3

Tints of Orchid #D980C3

Color information

#D980C3 (or 0xD980C3) is unknown color: approx Orchid. HEX triplet: D9, 80 and C3. RGB value is (217,128,195). Sum of RGB (Red+Green+Blue) = 217+128+195=540 (71% of max value = 765). Red value is 217 (85.16% from 255 or 40.19% from 540); Green value is 128 (50.39% from 255 or 23.70% from 540); Blue value is 195 (76.56% from 255 or 36.11% from 540); Max value from RGB is 217 - color contains mainly: red. Hex color #D980C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980C3 is #267F3C. Grayscale: #A2A2A2. Windows color (decimal): -2522941 or 12812505. OLE color: 12812505.

HSL color Cylindrical-coordinate representation of color #D980C3: hue angle of 314.83º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D980C3 is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB217128195-
CMYK00.410.100.15
HSL314.83º53.94%67.65%-
HSV(B)314.83º41.01%85.1%-
XYZ46.1834.1355.78-
YUV162.25146.49167.05-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 40.19%
GREEN value IS 128 (50.39% from 255) = 23.70%
BLUE value IS 195 (76.56% from 255) = 36.11%
R=40.19%
G=23.70%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712819500.410.100.15314.8353.9467.65
HexD980C3029AF13b3644
Octal331200303051121747366104
Binary1101100110000000110000110101001101011111001110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980C3; }

 p { color: rgb(217,128,195); }

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

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

 a { background-color: rgb(217,128,195); }

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

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

 span { border-color: rgb(217,128,195); }

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