Html Css Color HEX #C47FB6 London Hue

📋 copy color: '#C47FB6'

red 196 ◦ green 127 ◦ blue 182

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

Shades of London Hue #C47FB6

Tints of London Hue #C47FB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 36.04%

R = 38.81%
G = 25.15%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C47FB6 (or 0xC47FB6) is known color: London Hue. HEX triplet: C4, 7F and B6. RGB value is (196,127,182). Sum of RGB (Red+Green+Blue) = 196+127+182=505 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.81% from 505); Green value is 127 (50% from 255 or 25.15% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB6 is #3B8049. Grayscale: #999999. Windows color (decimal): -3899466 or 11960260. OLE color: 11960260.

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

Color convert

RGB 196 127 182 -
CMYK 0 0.35 0.07 0.23
HSL 312.17º 0.37% 0.63% -
HSV(B) 312.17º 0.35% 0.77% -
XYZ 38.8 30.29 48.06 -
YUV 153.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 196 127 182 0 0.35 0.07 0.23 312.17 0.37 0.63
Hex C4 7F B6 0 23 7 17 138 25 3F
Octal 304 177 266 0 43 7 27 470 45 77
Binary 11000100 1111111 10110110 0 100011 111 10111 100111000 100101 111111

Color Harmonies of #C47FB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FB6

Black with #C47FB6

Text Example


Text Example

White with #C47FB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FB6; }

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

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

background-color css

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

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

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

border-color css

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

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

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