Html Css Color HEX #C47DB0 London Hue

📋 copy color: '#C47DB0'

red 196 ◦ green 125 ◦ blue 176

#C47DB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of London Hue #C47DB0

Tints of London Hue #C47DB0

RGB

 RED value IS 196 (76.95% from 255) = 39.44%

 GREEN value IS 125 (49.22% from 255) = 25.15%

 BLUE value IS 176 (69.14% from 255) = 35.41%

R = 39.44%
G = 25.15%
B = 35.41%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C47DB0 (or 0xC47DB0) is known color: London Hue. HEX triplet: C4, 7D and B0. RGB value is (196,125,176). Sum of RGB (Red+Green+Blue) = 196+125+176=497 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.44% from 497); Green value is 125 (49.22% from 255 or 25.15% from 497); Blue value is 176 (69.14% from 255 or 35.41% from 497); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47DB0 is #3B824F. Grayscale: #979797. Windows color (decimal): -3899984 or 11566532. OLE color: 11566532.

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

Color convert

RGB 196 125 176 -
CMYK 0 0.36 0.10 0.23
HSL 316.9º 0.38% 0.63% -
HSV(B) 316.9º 0.36% 0.77% -
XYZ 37.94 29.54 44.78 -
YUV 152.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 196 125 176 0 0.36 0.10 0.23 316.9 0.38 0.63
Hex C4 7D B0 0 24 A 17 13D 26 3F
Octal 304 175 260 0 44 12 27 475 46 77
Binary 11000100 1111101 10110000 0 100100 1010 10111 100111101 100110 111111

Color Harmonies of #C47DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DB0

Black with #C47DB0

Text Example


Text Example

White with #C47DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DB0; }

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

 H1.HeaderClassName
 {
   color: #C47DB0;
 }
 .AnyTagClassName
 {
   color: #C47DB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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