Html Css Color HEX #C47FB2 London Hue

📋 copy color: '#C47FB2'

red 196 ◦ green 127 ◦ blue 178

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

Shades of London Hue #C47FB2

Tints of London Hue #C47FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.53%

R = 39.12%
G = 25.35%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C47FB2 (or 0xC47FB2) is known color: London Hue. HEX triplet: C4, 7F and B2. RGB value is (196,127,178). Sum of RGB (Red+Green+Blue) = 196+127+178=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 178 (69.92% from 255 or 35.53% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C47FB2 is #3B804D. Grayscale: #999999. Windows color (decimal): -3899470 or 11698116. OLE color: 11698116.

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

Color convert

RGB 196 127 178 -
CMYK 0 0.35 0.09 0.23
HSL 315.65º 0.37% 0.63% -
HSV(B) 315.65º 0.35% 0.77% -
XYZ 38.39 30.13 45.91 -
YUV 153.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 196 127 178 0 0.35 0.09 0.23 315.65 0.37 0.63
Hex C4 7F B2 0 23 9 17 13C 25 3F
Octal 304 177 262 0 43 11 27 474 45 77
Binary 11000100 1111111 10110010 0 100011 1001 10111 100111100 100101 111111

Color Harmonies of #C47FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FB2

Black with #C47FB2

Text Example


Text Example

White with #C47FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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