Html Css Color HEX #C47AB4 London Hue

📋 copy color: '#C47AB4'

red 196 ◦ green 122 ◦ blue 180

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

Shades of London Hue #C47AB4

Tints of London Hue #C47AB4

RGB

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

 GREEN value IS 122 (48.05% from 255) = 24.5%

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

R = 39.36%
G = 24.5%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C47AB4 (or 0xC47AB4) is known color: London Hue. HEX triplet: C4, 7A and B4. RGB value is (196,122,180). Sum of RGB (Red+Green+Blue) = 196+122+180=498 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.36% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 180 (70.70% from 255 or 36.14% from 498); Max value from RGB is 196 - color contains mainly: red. Hex color #C47AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47AB4 is #3B854B. Grayscale: #969696. Windows color (decimal): -3900748 or 11827908. OLE color: 11827908.

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

Color convert

RGB 196 122 180 -
CMYK 0 0.38 0.08 0.23
HSL 312.97º 0.39% 0.62% -
HSV(B) 312.97º 0.38% 0.77% -
XYZ 37.96 28.95 46.77 -
YUV 150.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 196 122 180 0 0.38 0.08 0.23 312.97 0.39 0.62
Hex C4 7A B4 0 26 8 17 139 27 3E
Octal 304 172 264 0 46 10 27 471 47 76
Binary 11000100 1111010 10110100 0 100110 1000 10111 100111001 100111 111110

Color Harmonies of #C47AB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47AB4

Black with #C47AB4

Text Example


Text Example

White with #C47AB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47AB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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