#C47FB4

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

Shades of London Hue #C47FB4

Tints of London Hue #C47FB4

Color information

#C47FB4 (or 0xC47FB4) is unknown color: approx London Hue. HEX triplet: C4, 7F and B4. RGB value is (196,127,180). Sum of RGB (Red+Green+Blue) = 196+127+180=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB4 is #3B804B. Grayscale: #999999. Windows color (decimal): -3899468 or 11829188. OLE color: 11829188.

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

Color convert

RGB196127180-
CMYK00.350.080.23
HSL313.91º36.9%63.33%-
HSV(B)313.91º35.2%76.86%-
XYZ38.5930.2146.98-
YUV153.67142.86158.19-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.97%
GREEN value IS 127 (50% from 255) = 25.25%
BLUE value IS 180 (70.70% from 255) = 35.79%
R=38.97%
G=25.25%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612718000.350.080.23313.9136.963.33
HexC47FB402381713a253f
Octal30417726404310274724577
Binary110001001111111101101000100011100010111100111010100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FB4; }

 p { color: rgb(196,127,180); }

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

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

 a { background-color: rgb(196,127,180); }

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

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

 span { border-color: rgb(196,127,180); }

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