#C07FB2

Color #C07FB2 London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C07FB2

Tints of London Hue #C07FB2

Color information

#C07FB2 (or 0xC07FB2) is unknown color: approx London Hue. HEX triplet: C0, 7F and B2. RGB value is (192,127,178). Sum of RGB (Red+Green+Blue) = 192+127+178=497 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.63% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 178 (69.92% from 255 or 35.81% from 497); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FB2 is #3F804D. Grayscale: #989898. Windows color (decimal): -4161614 or 11698112. OLE color: 11698112.

HSL color Cylindrical-coordinate representation of color #C07FB2: hue angle of 312.92º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FB2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.25.

Color convert

RGB192127178-
CMYK00.340.070.25
HSL312.92º34.03%62.55%-
HSV(B)312.92º33.85%75.29%-
XYZ37.3629.645.86-
YUV152.25142.53156.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.63%
GREEN value IS 127 (50% from 255) = 25.55%
BLUE value IS 178 (69.92% from 255) = 35.81%
R=38.63%
G=25.55%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212717800.340.070.25312.9234.0362.55
HexC07FB2022719139223f
Octal3001772620427314714277
Binary11000000111111110110010010001011111001100111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07FB2; }

 p { color: rgb(192,127,178); }

 H1.HeaderClassName
 {
   color: #C07FB2;
 }
 .AnyTagClassName
 {
   color: #C07FB2;
 }
</style>
background-color css

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

 a { background-color: rgb(192,127,178); }

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

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

 span { border-color: rgb(192,127,178); }

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