#C47DB7

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

Shades of London Hue #C47DB7

Tints of London Hue #C47DB7

Color information

#C47DB7 (or 0xC47DB7) is unknown color: approx London Hue. HEX triplet: C4, 7D and B7. RGB value is (196,125,183). Sum of RGB (Red+Green+Blue) = 196+125+183=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 183 (71.88% from 255 or 36.31% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DB7 is #3B8248. Grayscale: #989898. Windows color (decimal): -3899977 or 12025284. OLE color: 12025284.

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

Color convert

RGB196125183-
CMYK00.360.070.23
HSL310.99º37.57%62.94%-
HSV(B)310.99º36.22%76.86%-
XYZ38.6529.8248.52-
YUV152.84145.02158.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.89%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 183 (71.88% from 255) = 36.31%
R=38.89%
G=24.80%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612518300.360.070.23310.9937.5762.94
HexC47DB7024717137263f
Octal3041752670447274674677
Binary11000100111110110110111010010011110111100110111100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DB7; }

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

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

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

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

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

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

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

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