Html Css Color HEX #C47FB4 London Hue

📋 copy color: '#C47FB4'

red 196 ◦ green 127 ◦ blue 180

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

Shades of London Hue #C47FB4

Tints of London Hue #C47FB4

RGB

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

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

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

R = 38.97%
G = 25.25%
B = 35.79%

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

#C47FB4 (or 0xC47FB4) is known color: London Hue. HEX triplet: C4, 7F and B4. RGB value is (196,127,180). Sum of RGB (Red+Green+Blue) = 196+127+180=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 127 (50% from 255 or 25.25% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB4 is #3B804B. Grayscale: #999999. Windows color (decimal): -3899468 or 11829188. OLE color: 11829188.

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

Color convert

RGB 196 127 180 -
CMYK 0 0.35 0.08 0.23
HSL 313.91º 0.37% 0.63% -
HSV(B) 313.91º 0.35% 0.77% -
XYZ 38.59 30.21 46.98 -
YUV 153.67 142.86 158.19 -
System Red Green Blue C M Y K H S L
Decimal 196 127 180 0 0.35 0.08 0.23 313.91 0.37 0.63
Hex C4 7F B4 0 23 8 17 13A 25 3F
Octal 304 177 264 0 43 10 27 472 45 77
Binary 11000100 1111111 10110100 0 100011 1000 10111 100111010 100101 111111

Color Harmonies of #C47FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FB4

Black with #C47FB4

Text Example


Text Example

White with #C47FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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