Html Css Color HEX #C47FBA London Hue

📋 copy color: '#C47FBA'

red 196 ◦ green 127 ◦ blue 186

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

Shades of London Hue #C47FBA

Tints of London Hue #C47FBA

RGB

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

 GREEN value IS 127 (50% from 255) = 24.95%

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

R = 38.51%
G = 24.95%
B = 36.54%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C47FBA (or 0xC47FBA) is known color: London Hue. HEX triplet: C4, 7F and BA. RGB value is (196,127,186). Sum of RGB (Red+Green+Blue) = 196+127+186=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 127 (50% from 255 or 24.95% from 509); Blue value is 186 (73.05% from 255 or 36.54% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FBA is #3B8045. Grayscale: #9A9A9A. Windows color (decimal): -3899462 or 12222404. OLE color: 12222404.

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

Color convert

RGB 196 127 186 -
CMYK 0 0.35 0.05 0.23
HSL 308.7º 0.37% 0.63% -
HSV(B) 308.7º 0.35% 0.77% -
XYZ 39.22 30.46 50.27 -
YUV 154.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 196 127 186 0 0.35 0.05 0.23 308.7 0.37 0.63
Hex C4 7F BA 0 23 5 17 135 25 3F
Octal 304 177 272 0 43 5 27 465 45 77
Binary 11000100 1111111 10111010 0 100011 101 10111 100110101 100101 111111

Color Harmonies of #C47FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FBA

Black with #C47FBA

Text Example


Text Example

White with #C47FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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