#C47DB3

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

Shades of London Hue #C47DB3

Tints of London Hue #C47DB3

Color information

#C47DB3 (or 0xC47DB3) is unknown color: approx London Hue. HEX triplet: C4, 7D and B3. RGB value is (196,125,179). Sum of RGB (Red+Green+Blue) = 196+125+179=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 125 (49.22% from 255 or 25% from 500); Blue value is 179 (70.31% from 255 or 35.8% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DB3 is #3B824C. Grayscale: #989898. Windows color (decimal): -3899981 or 11763140. OLE color: 11763140.

HSL color Cylindrical-coordinate representation of color #C47DB3: hue angle of 314.37º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47DB3 is Cyan = 0, Magento = 0.36, Yellow = 0.09 and Black (K on CMYK) = 0.23.

Color convert

RGB196125179-
CMYK00.360.090.23
HSL314.37º37.57%62.94%-
HSV(B)314.37º36.22%76.86%-
XYZ38.2429.6646.36-
YUV152.38143.02159.11-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.2%
GREEN value IS 125 (49.22% from 255) = 25%
BLUE value IS 179 (70.31% from 255) = 35.8%
R=39.2%
G=25%
B=35.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612517900.360.090.23314.3737.5762.94
HexC47DB302491713a263f
Octal30417526304411274724677
Binary110001001111101101100110100100100110111100111010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DB3; }

 p { color: rgb(196,125,179); }

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

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

 a { background-color: rgb(196,125,179); }

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

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

 span { border-color: rgb(196,125,179); }

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