#C47FBE

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

Shades of London Hue #C47FBE

Tints of London Hue #C47FBE

Color information

#C47FBE (or 0xC47FBE) is unknown color: approx London Hue. HEX triplet: C4, 7F and BE. RGB value is (196,127,190). Sum of RGB (Red+Green+Blue) = 196+127+190=513 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.21% from 513); Green value is 127 (50% from 255 or 24.76% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FBE is #3B8041. Grayscale: #9A9A9A. Windows color (decimal): -3899458 or 12484548. OLE color: 12484548.

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

Color convert

RGB196127190-
CMYK00.350.030.23
HSL305.22º36.9%63.33%-
HSV(B)305.22º35.2%76.86%-
XYZ39.6530.6352.54-
YUV154.81147.86157.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.21%
GREEN value IS 127 (50% from 255) = 24.76%
BLUE value IS 190 (74.61% from 255) = 37.04%
R=38.21%
G=24.76%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612719000.350.030.23305.2236.963.33
HexC47FBE023317131253f
Octal3041772760433274614577
Binary1100010011111111011111001000111110111100110001100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47FBE; }

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

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

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

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

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

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

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

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