Html Css Color HEX #C280B7 London Hue

📋 copy color: '#C280B7'

red 194 ◦ green 128 ◦ blue 183

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

Shades of London Hue #C280B7

Tints of London Hue #C280B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 36.24%

R = 38.42%
G = 25.35%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.24

RGB Variations

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

Color information

#C280B7 (or 0xC280B7) is known color: London Hue. HEX triplet: C2, 80 and B7. RGB value is (194,128,183). Sum of RGB (Red+Green+Blue) = 194+128+183=505 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.42% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 183 (71.88% from 255 or 36.24% from 505); Max value from RGB is 194 - color contains mainly: red. Hex color #C280B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C280B7 is #3D7F48. Grayscale: #999999. Windows color (decimal): -4030281 or 12026050. OLE color: 12026050.

HSL color Cylindrical-coordinate representation of color #C280B7: hue angle of 310º 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 #C280B7 is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 183 -
CMYK 0 0.34 0.06 0.24
HSL 310º 0.35% 0.63% -
HSV(B) 310º 0.34% 0.76% -
XYZ 38.51 30.33 48.62 -
YUV 154 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 194 128 183 0 0.34 0.06 0.24 310 0.35 0.63
Hex C2 80 B7 0 22 6 18 136 23 3F
Octal 302 200 267 0 42 6 30 466 43 77
Binary 11000010 10000000 10110111 0 100010 110 11000 100110110 100011 111111

Color Harmonies of #C280B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C280B7

Black with #C280B7

Text Example


Text Example

White with #C280B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C280B7; }

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

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

background-color css

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

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

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

border-color css

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

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

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