#D980E1

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

Shades of Orchid #D980E1

Tints of Orchid #D980E1

Color information

#D980E1 (or 0xD980E1) is unknown color: approx Orchid. HEX triplet: D9, 80 and E1. RGB value is (217,128,225). Sum of RGB (Red+Green+Blue) = 217+128+225=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 128 (50.39% from 255 or 22.46% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #D980E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980E1 is #267F1E. Grayscale: #A5A5A5. Windows color (decimal): -2522911 or 14778585. OLE color: 14778585.

HSL color Cylindrical-coordinate representation of color #D980E1: hue angle of 295.05º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D980E1 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB217128225-
CMYK0.040.4300.12
HSL295.05º61.78%69.22%-
HSV(B)295.05º43.11%88.24%-
XYZ49.9335.6375.48-
YUV165.67161.49164.61-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 38.07%
GREEN value IS 128 (50.39% from 255) = 22.46%
BLUE value IS 225 (88.28% from 255) = 39.47%
R=38.07%
G=22.46%
B=39.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2171282250.040.4300.12295.0561.7869.22
HexD980E142B0C1273e45
Octal33120034145301444776105
Binary110110011000000011100001100101011011001001001111111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980E1; }

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

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

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

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

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

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

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

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