#C47DBB

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

Shades of London Hue #C47DBB

Tints of London Hue #C47DBB

Color information

#C47DBB (or 0xC47DBB) is unknown color: approx London Hue. HEX triplet: C4, 7D and BB. RGB value is (196,125,187). Sum of RGB (Red+Green+Blue) = 196+125+187=508 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.58% from 508); Green value is 125 (49.22% from 255 or 24.61% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DBB is #3B8244. Grayscale: #999999. Windows color (decimal): -3899973 or 12287428. OLE color: 12287428.

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

Color convert

RGB196125187-
CMYK00.360.050.23
HSL307.61º37.57%62.94%-
HSV(B)307.61º36.22%76.86%-
XYZ39.0729.9950.74-
YUV153.3147.02158.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 38.58%
GREEN value IS 125 (49.22% from 255) = 24.61%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=38.58%
G=24.61%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19612518700.360.050.23307.6137.5762.94
HexC47DBB024517134263f
Octal3041752730445274644677
Binary11000100111110110111011010010010110111100110100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C47DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C47DBB; }

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

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

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

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

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

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

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

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