#D980DC

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

Shades of Orchid #D980DC

Tints of Orchid #D980DC

Color information

#D980DC (or 0xD980DC) is unknown color: approx Orchid. HEX triplet: D9, 80 and DC. RGB value is (217,128,220). Sum of RGB (Red+Green+Blue) = 217+128+220=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #D980DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980DC is #267F23. Grayscale: #A4A4A4. Windows color (decimal): -2522916 or 14450905. OLE color: 14450905.

HSL color Cylindrical-coordinate representation of color #D980DC: hue angle of 298.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D980DC is Cyan = 0.01, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB217128220-
CMYK0.010.4200.14
HSL298.04º56.79%68.24%-
HSV(B)298.04º41.82%86.27%-
XYZ49.2535.3671.94-
YUV165.1158.99165.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.41%
GREEN value IS 128 (50.39% from 255) = 22.65%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=38.41%
G=22.65%
B=38.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2171282200.010.4200.14298.0456.7968.24
HexD980DC12A0E12a3944
Octal33120033415201645271104
Binary1101100110000000110111001101010011101001010101110011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980DC; }

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

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

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

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

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

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

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

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