Html Css Color HEX #C47FBC London Hue

📋 copy color: '#C47FBC'

red 196 ◦ green 127 ◦ blue 188

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

Shades of London Hue #C47FBC

Tints of London Hue #C47FBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.79%

R = 38.36%
G = 24.85%
B = 36.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C47FBC (or 0xC47FBC) is known color: London Hue. HEX triplet: C4, 7F and BC. RGB value is (196,127,188). Sum of RGB (Red+Green+Blue) = 196+127+188=511 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.36% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 188 (73.83% from 255 or 36.79% from 511); Max value from RGB is 196 - color contains mainly: red. Hex color #C47FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47FBC is #3B8043. Grayscale: #9A9A9A. Windows color (decimal): -3899460 or 12353476. OLE color: 12353476.

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

Color convert

RGB 196 127 188 -
CMYK 0 0.35 0.04 0.23
HSL 306.96º 0.37% 0.63% -
HSV(B) 306.96º 0.35% 0.77% -
XYZ 39.43 30.55 51.39 -
YUV 154.59 146.86 157.54 -
System Red Green Blue C M Y K H S L
Decimal 196 127 188 0 0.35 0.04 0.23 306.96 0.37 0.63
Hex C4 7F BC 0 23 4 17 133 25 3F
Octal 304 177 274 0 43 4 27 463 45 77
Binary 11000100 1111111 10111100 0 100011 100 10111 100110011 100101 111111

Color Harmonies of #C47FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47FBC

Black with #C47FBC

Text Example


Text Example

White with #C47FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47FBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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