#C980D9

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

Shades of Orchid #C980D9

Tints of Orchid #C980D9

Color information

#C980D9 (or 0xC980D9) is unknown color: approx Orchid. HEX triplet: C9, 80 and D9. RGB value is (201,128,217). Sum of RGB (Red+Green+Blue) = 201+128+217=546 (72% of max value = 765). Red value is 201 (78.91% from 255 or 36.81% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 217 (85.16% from 255 or 39.74% from 546); Max value from RGB is 217 - color contains mainly: blue. Hex color #C980D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D9 is #367F26. Grayscale: #9F9F9F. Windows color (decimal): -3571495 or 14254281. OLE color: 14254281.

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

Color convert

RGB201128217-
CMYK0.070.4100.15
HSL289.21º53.94%67.65%-
HSV(B)289.21º41.01%85.1%-
XYZ44.3332.8769.65-
YUV159.97160.18157.26-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 36.81%
GREEN value IS 128 (50.39% from 255) = 23.44%
BLUE value IS 217 (85.16% from 255) = 39.74%
R=36.81%
G=23.44%
B=39.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2011282170.070.4100.15289.2153.9467.65
HexC980D97290F1213644
Octal31120033175101744166104
Binary110010011000000011011001111101001011111001000011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980D9; }

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

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

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

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

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

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

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

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