Html Css Color HEX #C47CB4 London Hue

📋 copy color: '#C47CB4'

red 196 ◦ green 124 ◦ blue 180

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

Shades of London Hue #C47CB4

Tints of London Hue #C47CB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36%

R = 39.2%
G = 24.8%
B = 36%

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

#C47CB4 (or 0xC47CB4) is known color: London Hue. HEX triplet: C4, 7C and B4. RGB value is (196,124,180). Sum of RGB (Red+Green+Blue) = 196+124+180=500 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.2% from 500); Green value is 124 (48.83% from 255 or 24.8% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CB4 is #3B834B. Grayscale: #979797. Windows color (decimal): -3900236 or 11828420. OLE color: 11828420.

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

Color convert

RGB 196 124 180 -
CMYK 0 0.37 0.08 0.23
HSL 313.33º 0.38% 0.63% -
HSV(B) 313.33º 0.37% 0.77% -
XYZ 38.21 29.45 46.85 -
YUV 151.91 143.85 159.45 -
System Red Green Blue C M Y K H S L
Decimal 196 124 180 0 0.37 0.08 0.23 313.33 0.38 0.63
Hex C4 7C B4 0 25 8 17 139 26 3F
Octal 304 174 264 0 45 10 27 471 46 77
Binary 11000100 1111100 10110100 0 100101 1000 10111 100111001 100110 111111

Color Harmonies of #C47CB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47CB4

Black with #C47CB4

Text Example


Text Example

White with #C47CB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47CB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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