#C980BC

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

Shades of Orchid #C980BC

Tints of Orchid #C980BC

Color information

#C980BC (or 0xC980BC) is unknown color: approx Orchid. HEX triplet: C9, 80 and BC. RGB value is (201,128,188). Sum of RGB (Red+Green+Blue) = 201+128+188=517 (68% of max value = 765). Red value is 201 (78.91% from 255 or 38.88% from 517); Green value is 128 (50.39% from 255 or 24.76% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 201 - color contains mainly: red. Hex color #C980BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980BC is #367F43. Grayscale: #9C9C9C. Windows color (decimal): -3571524 or 12353737. OLE color: 12353737.

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

Color convert

RGB201128188-
CMYK00.360.060.21
HSL310.68º40.33%64.51%-
HSV(B)310.68º36.32%78.82%-
XYZ40.8831.4951.5-
YUV156.67145.68159.62-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.88%
GREEN value IS 128 (50.39% from 255) = 24.76%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=38.88%
G=24.76%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20112818800.360.060.21310.6840.3364.51
HexC980BC0246151372841
Octal31120027404462546750101
Binary1100100110000000101111000100100110101011001101111010001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980BC; }

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

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

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

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

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

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

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

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