#D980CA

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

Shades of Orchid #D980CA

Tints of Orchid #D980CA

Color information

#D980CA (or 0xD980CA) is unknown color: approx Orchid. HEX triplet: D9, 80 and CA. RGB value is (217,128,202). Sum of RGB (Red+Green+Blue) = 217+128+202=547 (72% of max value = 765). Red value is 217 (85.16% from 255 or 39.67% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 202 (79.30% from 255 or 36.93% from 547); Max value from RGB is 217 - color contains mainly: red. Hex color #D980CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D980CA is #267F35. Grayscale: #A2A2A2. Windows color (decimal): -2522934 or 13271257. OLE color: 13271257.

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

Color convert

RGB217128202-
CMYK00.410.070.15
HSL310.11º53.94%67.65%-
HSV(B)310.11º41.01%85.1%-
XYZ4734.4560.05-
YUV163.05149.99166.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 39.67%
GREEN value IS 128 (50.39% from 255) = 23.40%
BLUE value IS 202 (79.30% from 255) = 36.93%
R=39.67%
G=23.40%
B=36.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712820200.410.070.15310.1153.9467.65
HexD980CA0297F1363644
Octal33120031205171746666104
Binary110110011000000011001010010100111111111001101101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D980CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D980CA; }

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

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

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

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

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

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

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

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