Html Css Color HEX #C47FB7 London Hue

📋 copy color: '#C47FB7'

red 196 ◦ green 127 ◦ blue 183

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

Shades of London Hue #C47FB7

Tints of London Hue #C47FB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.17%

R = 38.74%
G = 25.1%
B = 36.17%

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

#C47FB7 (or 0xC47FB7) is known color: London Hue. HEX triplet: C4, 7F and B7. RGB value is (196,127,183). Sum of RGB (Red+Green+Blue) = 196+127+183=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 127 (50% from 255 or 25.10% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FB7 is #3B8048. Grayscale: #999999. Windows color (decimal): -3899465 or 12025796. OLE color: 12025796.

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

Color convert

RGB 196 127 183 -
CMYK 0 0.35 0.07 0.23
HSL 311.3º 0.37% 0.63% -
HSV(B) 311.3º 0.35% 0.77% -
XYZ 38.9 30.33 48.6 -
YUV 154.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 196 127 183 0 0.35 0.07 0.23 311.3 0.37 0.63
Hex C4 7F B7 0 23 7 17 137 25 3F
Octal 304 177 267 0 43 7 27 467 45 77
Binary 11000100 1111111 10110111 0 100011 111 10111 100110111 100101 111111

Color Harmonies of #C47FB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FB7

Black with #C47FB7

Text Example


Text Example

White with #C47FB7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FB7; }

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

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

background-color css

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

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

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

border-color css

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

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

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