Html Css Color HEX #C278B9 London Hue

📋 copy color: '#C278B9'

red 194 ◦ green 120 ◦ blue 185

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

Shades of London Hue #C278B9

Tints of London Hue #C278B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 37.07%

R = 38.88%
G = 24.05%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.05

 K value IS 0.24

RGB Variations

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

Color information

#C278B9 (or 0xC278B9) is known color: London Hue. HEX triplet: C2, 78 and B9. RGB value is (194,120,185). Sum of RGB (Red+Green+Blue) = 194+120+185=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 120 (47.27% from 255 or 24.05% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C278B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C278B9 is #3D8746. Grayscale: #959595. Windows color (decimal): -4032327 or 12155074. OLE color: 12155074.

HSL color Cylindrical-coordinate representation of color #C278B9: hue angle of 307.3º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C278B9 is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 120 185 -
CMYK 0 0.38 0.05 0.24
HSL 307.3º 0.38% 0.62% -
HSV(B) 307.3º 0.38% 0.76% -
XYZ 37.72 28.41 49.39 -
YUV 149.54 148.02 159.71 -
System Red Green Blue C M Y K H S L
Decimal 194 120 185 0 0.38 0.05 0.24 307.3 0.38 0.62
Hex C2 78 B9 0 26 5 18 133 26 3E
Octal 302 170 271 0 46 5 30 463 46 76
Binary 11000010 1111000 10111001 0 100110 101 11000 100110011 100110 111110

Color Harmonies of #C278B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278B9

Black with #C278B9

Text Example


Text Example

White with #C278B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278B9; }

 p { color: rgb(194,120,185); }

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

background-color css

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

 a { background-color: rgb(194,120,185); }

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

border-color css

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

 span { border-color: rgb(194,120,185); }

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