Html Css Color HEX #C078B1 London Hue

📋 copy color: '#C078B1'

red 192 ◦ green 120 ◦ blue 177

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

Shades of London Hue #C078B1

Tints of London Hue #C078B1

RGB

 RED value IS 192 (75.39% from 255) = 39.26%

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

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

R = 39.26%
G = 24.54%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C078B1 (or 0xC078B1) is known color: London Hue. HEX triplet: C0, 78 and B1. RGB value is (192,120,177). Sum of RGB (Red+Green+Blue) = 192+120+177=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 192 - color contains mainly: red. Hex color #C078B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078B1 is #3F874E. Grayscale: #939393. Windows color (decimal): -4163407 or 11630784. OLE color: 11630784.

HSL color Cylindrical-coordinate representation of color #C078B1: hue angle of 312.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078B1 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 177 -
CMYK 0 0.38 0.08 0.25
HSL 312.5º 0.36% 0.61% -
HSV(B) 312.5º 0.38% 0.75% -
XYZ 36.39 27.81 45.05 -
YUV 148.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 192 120 177 0 0.38 0.08 0.25 312.5 0.36 0.61
Hex C0 78 B1 0 26 8 19 138 24 3D
Octal 300 170 261 0 46 10 31 470 44 75
Binary 11000000 1111000 10110001 0 100110 1000 11001 100111000 100100 111101

Color Harmonies of #C078B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078B1

Black with #C078B1

Text Example


Text Example

White with #C078B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078B1; }

 p { color: rgb(192,120,177); }

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

background-color css

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

 a { background-color: rgb(192,120,177); }

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

border-color css

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

 span { border-color: rgb(192,120,177); }

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