Html Css Color HEX #C47DB4 London Hue

📋 copy color: '#C47DB4'

red 196 ◦ green 125 ◦ blue 180

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

Shades of London Hue #C47DB4

Tints of London Hue #C47DB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.93%

R = 39.12%
G = 24.95%
B = 35.93%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C47DB4 (or 0xC47DB4) is known color: London Hue. HEX triplet: C4, 7D and B4. RGB value is (196,125,180). Sum of RGB (Red+Green+Blue) = 196+125+180=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 180 (70.70% from 255 or 35.93% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C47DB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47DB4 is #3B824B. Grayscale: #989898. Windows color (decimal): -3899980 or 11828676. OLE color: 11828676.

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

Color convert

RGB 196 125 180 -
CMYK 0 0.36 0.08 0.23
HSL 313.52º 0.38% 0.63% -
HSV(B) 313.52º 0.36% 0.77% -
XYZ 38.34 29.7 46.89 -
YUV 152.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 196 125 180 0 0.36 0.08 0.23 313.52 0.38 0.63
Hex C4 7D B4 0 24 8 17 13A 26 3F
Octal 304 175 264 0 44 10 27 472 46 77
Binary 11000100 1111101 10110100 0 100100 1000 10111 100111010 100110 111111

Color Harmonies of #C47DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47DB4

Black with #C47DB4

Text Example


Text Example

White with #C47DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47DB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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