#C47CB0

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

Shades of London Hue #C47CB0

Tints of London Hue #C47CB0

Color information

#C47CB0 (or 0xC47CB0) is unknown color: approx London Hue. HEX triplet: C4, 7C and B0. RGB value is (196,124,176). Sum of RGB (Red+Green+Blue) = 196+124+176=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47CB0 is #3B834F. Grayscale: #979797. Windows color (decimal): -3900240 or 11566276. OLE color: 11566276.

HSL color Cylindrical-coordinate representation of color #C47CB0: hue angle of 316.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CB0 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.23.

Color convert

RGB196124176-
CMYK00.370.100.23
HSL316.67º37.89%62.75%-
HSV(B)316.67º36.73%76.86%-
XYZ37.8129.2944.73-
YUV151.46141.85159.77-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.52%
GREEN value IS 124 (48.83% from 255) = 25%
BLUE value IS 176 (69.14% from 255) = 35.48%
R=39.52%
G=25%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612417600.370.100.23316.6737.8962.75
HexC47CB0025A1713d263f
Octal30417426004512274754677
Binary110001001111100101100000100101101010111100111101100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47CB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47CB0; }

 p { color: rgb(196,124,176); }

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

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

 a { background-color: rgb(196,124,176); }

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

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

 span { border-color: rgb(196,124,176); }

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