Html Css Color HEX #C47DBC London Hue

📋 copy color: '#C47DBC'

red 196 ◦ green 125 ◦ blue 188

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

Shades of London Hue #C47DBC

Tints of London Hue #C47DBC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 24.56%

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

R = 38.51%
G = 24.56%
B = 36.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C47DBC (or 0xC47DBC) is known color: London Hue. HEX triplet: C4, 7D and BC. RGB value is (196,125,188). Sum of RGB (Red+Green+Blue) = 196+125+188=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DBC is #3B8243. Grayscale: #999999. Windows color (decimal): -3899972 or 12352964. OLE color: 12352964.

HSL color Cylindrical-coordinate representation of color #C47DBC: hue angle of 306.76º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C47DBC is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 125 188 -
CMYK 0 0.36 0.04 0.23
HSL 306.76º 0.38% 0.63% -
HSV(B) 306.76º 0.36% 0.77% -
XYZ 39.18 30.03 51.31 -
YUV 153.41 147.52 158.38 -
System Red Green Blue C M Y K H S L
Decimal 196 125 188 0 0.36 0.04 0.23 306.76 0.38 0.63
Hex C4 7D BC 0 24 4 17 133 26 3F
Octal 304 175 274 0 44 4 27 463 46 77
Binary 11000100 1111101 10111100 0 100100 100 10111 100110011 100110 111111

Color Harmonies of #C47DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DBC

Black with #C47DBC

Text Example


Text Example

White with #C47DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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