#C980D1

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

Shades of Orchid #C980D1

Tints of Orchid #C980D1

Color information

#C980D1 (or 0xC980D1) is unknown color: approx Orchid. HEX triplet: C9, 80 and D1. RGB value is (201,128,209). Sum of RGB (Red+Green+Blue) = 201+128+209=538 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.36% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 209 (82.03% from 255 or 38.85% from 538); Max value from RGB is 209 - color contains mainly: blue. Hex color #C980D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980D1 is #367F2E. Grayscale: #9E9E9E. Windows color (decimal): -3571503 or 13729993. OLE color: 13729993.

HSL color Cylindrical-coordinate representation of color #C980D1: hue angle of 294.07º degrees, saturation: 0.47, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C980D1 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB201128209-
CMYK0.040.3900.18
HSL294.07º46.82%66.08%-
HSV(B)294.07º38.76%81.96%-
XYZ43.3232.4664.3-
YUV159.06156.18157.91-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.36%
GREEN value IS 128 (50.39% from 255) = 23.79%
BLUE value IS 209 (82.03% from 255) = 38.85%
R=37.36%
G=23.79%
B=38.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2011282090.040.3900.18294.0746.8266.08
HexC980D14270121262f42
Octal31120032144702244657102
Binary1100100110000000110100011001001110100101001001101011111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980D1; }

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

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

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

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

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

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

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

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