#c47fbc

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

Shades of London Hue #C47FBC

Tints of London Hue #C47FBC

Color information

#C47FBC (or 0xC47FBC) is unknown color: approx London Hue. HEX triplet: C4, 7F and BC. RGB value is (196,127,188). Sum of RGB (Red+Green+Blue) = 196+127+188=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FBC is #3B8043. Grayscale: #9A9A9A. Windows color (decimal): -3899460 or 12353476. OLE color: 12353476.

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

Color convert

RGB196127188-
CMYK00.350.040.23
HSL306.96º36.9%63.33%-
HSV(B)306.96º35.2%76.86%-
XYZ39.4330.5551.39-
YUV154.58146.86157.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.36%
GREEN value IS 127 (50% from 255) = 24.85%
BLUE value IS 188 (73.83% from 255) = 36.79%
R=38.36%
G=24.85%
B=36.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612718800.350.040.23306.9636.963.33
HexC47FBC023417133253f
Octal3041772740434274634577
Binary11000100111111110111100010001110010111100110011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47fbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47fbc; }

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

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

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

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

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

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

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

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