Html Css Color HEX #C47BB0 London Hue

📋 copy color: '#C47BB0'

red 196 ◦ green 123 ◦ blue 176

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

Shades of London Hue #C47BB0

Tints of London Hue #C47BB0

RGB

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

 GREEN value IS 123 (48.44% from 255) = 24.85%

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

R = 39.6%
G = 24.85%
B = 35.56%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C47BB0 (or 0xC47BB0) is known color: London Hue. HEX triplet: C4, 7B and B0. RGB value is (196,123,176). Sum of RGB (Red+Green+Blue) = 196+123+176=495 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.60% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47BB0 is #3B844F. Grayscale: #969696. Windows color (decimal): -3900496 or 11566020. OLE color: 11566020.

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

Color convert

RGB 196 123 176 -
CMYK 0 0.37 0.10 0.23
HSL 316.44º 0.38% 0.63% -
HSV(B) 316.44º 0.37% 0.77% -
XYZ 37.68 29.04 44.69 -
YUV 150.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 196 123 176 0 0.37 0.10 0.23 316.44 0.38 0.63
Hex C4 7B B0 0 25 A 17 13C 26 3F
Octal 304 173 260 0 45 12 27 474 46 77
Binary 11000100 1111011 10110000 0 100101 1010 10111 100111100 100110 111111

Color Harmonies of #C47BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47BB0

Black with #C47BB0

Text Example


Text Example

White with #C47BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47BB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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