#c47bba

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

Shades of London Hue #C47BBA

Tints of London Hue #C47BBA

Color information

#C47BBA (or 0xC47BBA) is unknown color: approx London Hue. HEX triplet: C4, 7B and BA. RGB value is (196,123,186). Sum of RGB (Red+Green+Blue) = 196+123+186=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 123 (48.44% from 255 or 24.36% from 505); Blue value is 186 (73.05% from 255 or 36.83% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BBA is #3B8445. Grayscale: #979797. Windows color (decimal): -3900486 or 12221380. OLE color: 12221380.

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

Color convert

RGB196123186-
CMYK00.370.050.23
HSL308.22º38.22%62.55%-
HSV(B)308.22º37.24%76.86%-
XYZ38.7129.4550.1-
YUV152.01147.18159.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.81%
GREEN value IS 123 (48.44% from 255) = 24.36%
BLUE value IS 186 (73.05% from 255) = 36.83%
R=38.81%
G=24.36%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612318600.370.050.23308.2238.2262.55
HexC47BBA025517134263f
Octal3041732720455274644677
Binary11000100111101110111010010010110110111100110100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c47bba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c47bba; }

 p { color: rgb(196,123,186); }

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

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

 a { background-color: rgb(196,123,186); }

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

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

 span { border-color: rgb(196,123,186); }

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