Html Css Color HEX #C478B4 London Hue

📋 copy color: '#C478B4'

red 196 ◦ green 120 ◦ blue 180

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

Shades of London Hue #C478B4

Tints of London Hue #C478B4

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.19%

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

R = 39.52%
G = 24.19%
B = 36.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C478B4 (or 0xC478B4) is known color: London Hue. HEX triplet: C4, 78 and B4. RGB value is (196,120,180). Sum of RGB (Red+Green+Blue) = 196+120+180=496 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.52% from 496); Green value is 120 (47.27% from 255 or 24.19% from 496); Blue value is 180 (70.70% from 255 or 36.29% from 496); Max value from RGB is 196 - color contains mainly: red. Hex color #C478B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C478B4 is #3B874B. Grayscale: #959595. Windows color (decimal): -3901260 or 11827396. OLE color: 11827396.

HSL color Cylindrical-coordinate representation of color #C478B4: hue angle of 312.63º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C478B4 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 120 180 -
CMYK 0 0.39 0.08 0.23
HSL 312.63º 0.39% 0.62% -
HSV(B) 312.63º 0.39% 0.77% -
XYZ 37.72 28.46 46.69 -
YUV 149.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 196 120 180 0 0.39 0.08 0.23 312.63 0.39 0.62
Hex C4 78 B4 0 27 8 17 139 27 3E
Octal 304 170 264 0 47 10 27 471 47 76
Binary 11000100 1111000 10110100 0 100111 1000 10111 100111001 100111 111110

Color Harmonies of #C478B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C478B4

Black with #C478B4

Text Example


Text Example

White with #C478B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C478B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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