#C980CB

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

Shades of Orchid #C980CB

Tints of Orchid #C980CB

Color information

#C980CB (or 0xC980CB) is unknown color: approx Orchid. HEX triplet: C9, 80 and CB. RGB value is (201,128,203). Sum of RGB (Red+Green+Blue) = 201+128+203=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 203 (79.69% from 255 or 38.16% from 532); Max value from RGB is 203 - color contains mainly: blue. Hex color #C980CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C980CB is #367F34. Grayscale: #9E9E9E. Windows color (decimal): -3571509 or 13336777. OLE color: 13336777.

HSL color Cylindrical-coordinate representation of color #C980CB: hue angle of 298.4º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C980CB is Cyan = 0.01, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB201128203-
CMYK0.010.3700.20
HSL298.4º41.9%64.9%-
HSV(B)298.4º36.95%79.61%-
XYZ42.5932.1760.46-
YUV158.38153.18158.4-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.78%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 203 (79.69% from 255) = 38.16%
R=37.78%
G=24.06%
B=38.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2011282030.010.3700.20298.441.964.9
HexC980CB12501412a2a41
Octal31120031314502445252101
Binary11001001100000001100101111001010101001001010101010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C980CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C980CB; }

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

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

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

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

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

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

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

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