#D980CD

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

Shades of Orchid #D980CD

Tints of Orchid #D980CD

Color information

#D980CD (or 0xD980CD) is unknown color: approx Orchid. HEX triplet: D9, 80 and CD. RGB value is (217,128,205). Sum of RGB (Red+Green+Blue) = 217+128+205=550 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.45% from 550); Green value is 128 (50.39% from 255 or 23.27% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CD is #267F32. Grayscale: #A3A3A3. Windows color (decimal): -2522931 or 13467865. OLE color: 13467865.

HSL color Cylindrical-coordinate representation of color #D980CD: hue angle of 308.09º 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 #D980CD is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB217128205-
CMYK00.410.060.15
HSL308.09º53.94%67.65%-
HSV(B)308.09º41.01%85.1%-
XYZ47.3534.661.94-
YUV163.39151.49166.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.45%
GREEN value IS 128 (50.39% from 255) = 23.27%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=39.45%
G=23.27%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712820500.410.060.15308.0953.9467.65
HexD980CD0296F1343644
Octal33120031505161746466104
Binary110110011000000011001101010100111011111001101001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980CD; }

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

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

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

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

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

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

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

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