#D980CB

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

Shades of Orchid #D980CB

Tints of Orchid #D980CB

Color information

#D980CB (or 0xD980CB) is unknown color: approx Orchid. HEX triplet: D9, 80 and CB. RGB value is (217,128,203). Sum of RGB (Red+Green+Blue) = 217+128+203=548 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.60% from 548); Green value is 128 (50.39% from 255 or 23.36% from 548); Blue value is 203 (79.69% from 255 or 37.04% from 548); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CB is #267F34. Grayscale: #A2A2A2. Windows color (decimal): -2522933 or 13336793. OLE color: 13336793.

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

Color convert

RGB217128203-
CMYK00.410.060.15
HSL309.44º53.94%67.65%-
HSV(B)309.44º41.01%85.1%-
XYZ47.1134.560.68-
YUV163.16150.49166.4-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.60%
GREEN value IS 128 (50.39% from 255) = 23.36%
BLUE value IS 203 (79.69% from 255) = 37.04%
R=39.60%
G=23.36%
B=37.04%

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
Decimal21712820300.410.060.15309.4453.9467.65
HexD980CB0296F1353644
Octal33120031305161746566104
Binary110110011000000011001011010100111011111001101011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980CB; }

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

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

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

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

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

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

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

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