#C47FB7

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

Shades of London Hue #C47FB7

Tints of London Hue #C47FB7

Color information

#C47FB7 (or 0xC47FB7) is unknown color: approx London Hue. HEX triplet: C4, 7F and B7. RGB value is (196,127,183). Sum of RGB (Red+Green+Blue) = 196+127+183=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB7 is #3B8048. Grayscale: #999999. Windows color (decimal): -3899465 or 12025796. OLE color: 12025796.

HSL color Cylindrical-coordinate representation of color #C47FB7: hue angle of 311.3º 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 #C47FB7 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB196127183-
CMYK00.350.070.23
HSL311.3º36.9%63.33%-
HSV(B)311.3º35.2%76.86%-
XYZ38.930.3348.6-
YUV154.01144.36157.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.74%
GREEN value IS 127 (50% from 255) = 25.10%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=38.74%
G=25.10%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612718300.350.070.23311.336.963.33
HexC47FB7023717137253f
Octal3041772670437274674577
Binary11000100111111110110111010001111110111100110111100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FB7; }

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

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

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

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

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

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

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

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