#C980BF

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

Shades of Orchid #C980BF

Tints of Orchid #C980BF

Color information

#C980BF (or 0xC980BF) is unknown color: approx Orchid. HEX triplet: C9, 80 and BF. RGB value is (201,128,191). Sum of RGB (Red+Green+Blue) = 201+128+191=520 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.65% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BF is #367F40. Grayscale: #9C9C9C. Windows color (decimal): -3571521 or 12550345. OLE color: 12550345.

HSL color Cylindrical-coordinate representation of color #C980BF: hue angle of 308.22º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C980BF is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB201128191-
CMYK00.360.050.21
HSL308.22º40.33%64.51%-
HSV(B)308.22º36.32%78.82%-
XYZ41.2131.6253.22-
YUV157.01147.18159.38-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.65%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 191 (75% from 255) = 36.73%
R=38.65%
G=24.62%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112819100.360.050.21308.2240.3364.51
HexC980BF0245151342841
Octal31120027704452546450101
Binary1100100110000000101111110100100101101011001101001010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980BF; }

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

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

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

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

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

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

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

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