Html Css Color HEX #C278B2 London Hue

📋 copy color: '#C278B2'

red 194 ◦ green 120 ◦ blue 178

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

Shades of London Hue #C278B2

Tints of London Hue #C278B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 39.43%
G = 24.39%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C278B2 (or 0xC278B2) is known color: London Hue. HEX triplet: C2, 78 and B2. RGB value is (194,120,178). Sum of RGB (Red+Green+Blue) = 194+120+178=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 120 (47.27% from 255 or 24.39% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C278B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C278B2 is #3D874D. Grayscale: #949494. Windows color (decimal): -4032334 or 11696322. OLE color: 11696322.

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

Color convert

RGB 194 120 178 -
CMYK 0 0.38 0.08 0.24
HSL 312.97º 0.38% 0.62% -
HSV(B) 312.97º 0.38% 0.76% -
XYZ 37 28.12 45.6 -
YUV 148.74 144.52 160.28 -
System Red Green Blue C M Y K H S L
Decimal 194 120 178 0 0.38 0.08 0.24 312.97 0.38 0.62
Hex C2 78 B2 0 26 8 18 139 26 3E
Octal 302 170 262 0 46 10 30 471 46 76
Binary 11000010 1111000 10110010 0 100110 1000 11000 100111001 100110 111110

Color Harmonies of #C278B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C278B2

Black with #C278B2

Text Example


Text Example

White with #C278B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C278B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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