Html Css Color HEX #C47FB5 London Hue

📋 copy color: '#C47FB5'

red 196 ◦ green 127 ◦ blue 181

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

Shades of London Hue #C47FB5

Tints of London Hue #C47FB5

RGB

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

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

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

R = 38.89%
G = 25.2%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C47FB5 (or 0xC47FB5) is known color: London Hue. HEX triplet: C4, 7F and B5. RGB value is (196,127,181). Sum of RGB (Red+Green+Blue) = 196+127+181=504 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.89% from 504); Green value is 127 (50% from 255 or 25.20% from 504); Blue value is 181 (71.09% from 255 or 35.91% from 504); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB5 is #3B804A. Grayscale: #999999. Windows color (decimal): -3899467 or 11894724. OLE color: 11894724.

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

Color convert

RGB 196 127 181 -
CMYK 0 0.35 0.08 0.23
HSL 313.04º 0.37% 0.63% -
HSV(B) 313.04º 0.35% 0.77% -
XYZ 38.69 30.25 47.52 -
YUV 153.79 143.36 158.11 -
System Red Green Blue C M Y K H S L
Decimal 196 127 181 0 0.35 0.08 0.23 313.04 0.37 0.63
Hex C4 7F B5 0 23 8 17 139 25 3F
Octal 304 177 265 0 43 10 27 471 45 77
Binary 11000100 1111111 10110101 0 100011 1000 10111 100111001 100101 111111

Color Harmonies of #C47FB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FB5

Black with #C47FB5

Text Example


Text Example

White with #C47FB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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