Html Css Color HEX #C47CB5 London Hue

📋 copy color: '#C47CB5'

red 196 ◦ green 124 ◦ blue 181

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

Shades of London Hue #C47CB5

Tints of London Hue #C47CB5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 24.75%

 BLUE value IS 181 (71.09% from 255) = 36.13%

R = 39.12%
G = 24.75%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C47CB5 (or 0xC47CB5) is known color: London Hue. HEX triplet: C4, 7C and B5. RGB value is (196,124,181). Sum of RGB (Red+Green+Blue) = 196+124+181=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CB5 is #3B834A. Grayscale: #979797. Windows color (decimal): -3900235 or 11893956. OLE color: 11893956.

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

Color convert

RGB 196 124 181 -
CMYK 0 0.37 0.08 0.23
HSL 312.5º 0.38% 0.63% -
HSV(B) 312.5º 0.37% 0.77% -
XYZ 38.31 29.49 47.39 -
YUV 152.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 196 124 181 0 0.37 0.08 0.23 312.5 0.38 0.63
Hex C4 7C B5 0 25 8 17 138 26 3F
Octal 304 174 265 0 45 10 27 470 46 77
Binary 11000100 1111100 10110101 0 100101 1000 10111 100111000 100110 111111

Color Harmonies of #C47CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CB5

Black with #C47CB5

Text Example


Text Example

White with #C47CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CB5; }

 p { color: rgb(196,124,181); }

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

background-color css

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

 a { background-color: rgb(196,124,181); }

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

border-color css

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

 span { border-color: rgb(196,124,181); }

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