#D980E4

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

Shades of Orchid #D980E4

Tints of Orchid #D980E4

Color information

#D980E4 (or 0xD980E4) is unknown color: approx Orchid. HEX triplet: D9, 80 and E4. RGB value is (217,128,228). Sum of RGB (Red+Green+Blue) = 217+128+228=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #D980E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980E4 is #267F1B. Grayscale: #A5A5A5. Windows color (decimal): -2522908 or 14975193. OLE color: 14975193.

HSL color Cylindrical-coordinate representation of color #D980E4: hue angle of 293.4º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D980E4 is Cyan = 0.05, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB217128228-
CMYK0.050.4400.11
HSL293.4º64.94%69.8%-
HSV(B)293.4º43.86%89.41%-
XYZ50.3435.7977.65-
YUV166.01162.99164.37-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.87%
GREEN value IS 128 (50.39% from 255) = 22.34%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=37.87%
G=22.34%
B=39.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2171282280.050.4400.11293.464.9469.8
HexD980E452C0B1254146
Octal331200344554013445101106
Binary1101100110000000111001001011011000101110010010110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980E4; }

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

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

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

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

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

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

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

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