#C780B9

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

Shades of London Hue #C780B9

Tints of London Hue #C780B9

Color information

#C780B9 (or 0xC780B9) is unknown color: approx London Hue. HEX triplet: C7, 80 and B9. RGB value is (199,128,185). Sum of RGB (Red+Green+Blue) = 199+128+185=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C780B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C780B9 is #387F46. Grayscale: #9B9B9B. Windows color (decimal): -3702599 or 12157127. OLE color: 12157127.

HSL color Cylindrical-coordinate representation of color #C780B9: hue angle of 311.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C780B9 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB199128185-
CMYK00.360.070.22
HSL311.83º38.8%64.12%-
HSV(B)311.83º35.68%78.04%-
XYZ40.0331.0849.79-
YUV155.73144.52158.87-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 38.87%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 185 (72.66% from 255) = 36.13%
R=38.87%
G=25%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912818500.360.070.22311.8338.864.12
HexC780B90247161382740
Octal30720027104472647047100
Binary1100011110000000101110010100100111101101001110001001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C780B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C780B9; }

 p { color: rgb(199,128,185); }

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

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

 a { background-color: rgb(199,128,185); }

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

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

 span { border-color: rgb(199,128,185); }

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