#D980CC

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

Shades of Orchid #D980CC

Tints of Orchid #D980CC

Color information

#D980CC (or 0xD980CC) is unknown color: approx Orchid. HEX triplet: D9, 80 and CC. RGB value is (217,128,204). Sum of RGB (Red+Green+Blue) = 217+128+204=549 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.53% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CC is #267F33. Grayscale: #A3A3A3. Windows color (decimal): -2522932 or 13402329. OLE color: 13402329.

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

Color convert

RGB217128204-
CMYK00.410.060.15
HSL308.76º53.94%67.65%-
HSV(B)308.76º41.01%85.1%-
XYZ47.2334.5561.31-
YUV163.28150.99166.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.53%
GREEN value IS 128 (50.39% from 255) = 23.32%
BLUE value IS 204 (80.08% from 255) = 37.16%
R=39.53%
G=23.32%
B=37.16%

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
Decimal21712820400.410.060.15308.7653.9467.65
HexD980CC0296F1353644
Octal33120031405161746566104
Binary110110011000000011001100010100111011111001101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980CC; }

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

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

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

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

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

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

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

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