Html Css Color HEX #C47ABA London Hue

📋 copy color: '#C47ABA'

red 196 ◦ green 122 ◦ blue 186

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

Shades of London Hue #C47ABA

Tints of London Hue #C47ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 36.9%

R = 38.89%
G = 24.21%
B = 36.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C47ABA (or 0xC47ABA) is known color: London Hue. HEX triplet: C4, 7A and BA. RGB value is (196,122,186). Sum of RGB (Red+Green+Blue) = 196+122+186=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 122 (48.05% from 255 or 24.21% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C47ABA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47ABA is #3B8545. Grayscale: #979797. Windows color (decimal): -3900742 or 12221124. OLE color: 12221124.

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

Color convert

RGB 196 122 186 -
CMYK 0 0.38 0.05 0.23
HSL 308.11º 0.39% 0.62% -
HSV(B) 308.11º 0.38% 0.77% -
XYZ 38.59 29.2 50.06 -
YUV 151.42 147.52 159.8 -
System Red Green Blue C M Y K H S L
Decimal 196 122 186 0 0.38 0.05 0.23 308.11 0.39 0.62
Hex C4 7A BA 0 26 5 17 134 27 3E
Octal 304 172 272 0 46 5 27 464 47 76
Binary 11000100 1111010 10111010 0 100110 101 10111 100110100 100111 111110

Color Harmonies of #C47ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47ABA

Black with #C47ABA

Text Example


Text Example

White with #C47ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47ABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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