#C47FB8

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

Shades of London Hue #C47FB8

Tints of London Hue #C47FB8

Color information

#C47FB8 (or 0xC47FB8) is unknown color: approx London Hue. HEX triplet: C4, 7F and B8. RGB value is (196,127,184). Sum of RGB (Red+Green+Blue) = 196+127+184=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 127 (50% from 255 or 25.05% from 507); Blue value is 184 (72.27% from 255 or 36.29% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB8 is #3B8047. Grayscale: #999999. Windows color (decimal): -3899464 or 12091332. OLE color: 12091332.

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

Color convert

RGB196127184-
CMYK00.350.060.23
HSL310.43º36.9%63.33%-
HSV(B)310.43º35.2%76.86%-
XYZ39.0130.3849.15-
YUV154.13144.86157.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.66%
GREEN value IS 127 (50% from 255) = 25.05%
BLUE value IS 184 (72.27% from 255) = 36.29%
R=38.66%
G=25.05%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612718400.350.060.23310.4336.963.33
HexC47FB8023617136253f
Octal3041772700436274664577
Binary11000100111111110111000010001111010111100110110100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FB8; }

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

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

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

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

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

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

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

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