#C27FB1

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

Shades of London Hue #C27FB1

Tints of London Hue #C27FB1

Color information

#C27FB1 (or 0xC27FB1) is unknown color: approx London Hue. HEX triplet: C2, 7F and B1. RGB value is (194,127,177). Sum of RGB (Red+Green+Blue) = 194+127+177=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 177 (69.53% from 255 or 35.54% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FB1 is #3D804E. Grayscale: #989898. Windows color (decimal): -4030543 or 11632578. OLE color: 11632578.

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

Color convert

RGB194127177-
CMYK00.350.090.24
HSL315.22º35.45%62.94%-
HSV(B)315.22º34.54%76.08%-
XYZ37.7729.8245.36-
YUV152.73141.7157.43-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 127 (50% from 255) = 25.50%
BLUE value IS 177 (69.53% from 255) = 35.54%
R=38.96%
G=25.50%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412717700.350.090.24315.2235.4562.94
HexC27FB102391813b233f
Octal30217726104311304734377
Binary110000101111111101100010100011100111000100111011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FB1; }

 p { color: rgb(194,127,177); }

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

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

 a { background-color: rgb(194,127,177); }

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

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

 span { border-color: rgb(194,127,177); }

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