#C27FB5

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

Shades of London Hue #C27FB5

Tints of London Hue #C27FB5

Color information

#C27FB5 (or 0xC27FB5) is unknown color: approx London Hue. HEX triplet: C2, 7F and B5. RGB value is (194,127,181). Sum of RGB (Red+Green+Blue) = 194+127+181=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 127 (50% from 255 or 25.30% from 502); Blue value is 181 (71.09% from 255 or 36.06% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FB5 is #3D804A. Grayscale: #999999. Windows color (decimal): -4030539 or 11894722. OLE color: 11894722.

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

Color convert

RGB194127181-
CMYK00.350.070.24
HSL311.64º35.45%62.94%-
HSV(B)311.64º34.54%76.08%-
XYZ38.1829.9847.49-
YUV153.19143.7157.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 127 (50% from 255) = 25.30%
BLUE value IS 181 (71.09% from 255) = 36.06%
R=38.65%
G=25.30%
B=36.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412718100.350.070.24311.6435.4562.94
HexC27FB5023718138233f
Octal3021772650437304704377
Binary11000010111111110110101010001111111000100111000100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FB5; }

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

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

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

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

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

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

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

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