Html Css Color HEX #C280B1 London Hue

📋 copy color: '#C280B1'

red 194 ◦ green 128 ◦ blue 177

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

Shades of London Hue #C280B1

Tints of London Hue #C280B1

RGB

 RED value IS 194 (76.17% from 255) = 38.88%

 GREEN value IS 128 (50.39% from 255) = 25.65%

 BLUE value IS 177 (69.53% from 255) = 35.47%

R = 38.88%
G = 25.65%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C280B1 (or 0xC280B1) is known color: London Hue. HEX triplet: C2, 80 and B1. RGB value is (194,128,177). Sum of RGB (Red+Green+Blue) = 194+128+177=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 177 (69.53% from 255 or 35.47% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C280B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280B1 is #3D7F4E. Grayscale: #999999. Windows color (decimal): -4030287 or 11632834. OLE color: 11632834.

HSL color Cylindrical-coordinate representation of color #C280B1: hue angle of 315.45º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280B1 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 177 -
CMYK 0 0.34 0.09 0.24
HSL 315.45º 0.35% 0.63% -
HSV(B) 315.45º 0.34% 0.76% -
XYZ 37.9 30.08 45.4 -
YUV 153.32 141.37 157.02 -
System Red Green Blue C M Y K H S L
Decimal 194 128 177 0 0.34 0.09 0.24 315.45 0.35 0.63
Hex C2 80 B1 0 22 9 18 13B 23 3F
Octal 302 200 261 0 42 11 30 473 43 77
Binary 11000010 10000000 10110001 0 100010 1001 11000 100111011 100011 111111

Color Harmonies of #C280B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280B1

Black with #C280B1

Text Example


Text Example

White with #C280B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280B1; }

 p { color: rgb(194,128,177); }

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

background-color css

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

 a { background-color: rgb(194,128,177); }

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

border-color css

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

 span { border-color: rgb(194,128,177); }

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