#C27FAE

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

Shades of London Hue #C27FAE

Tints of London Hue #C27FAE

Color information

#C27FAE (or 0xC27FAE) is unknown color: approx London Hue. HEX triplet: C2, 7F and AE. RGB value is (194,127,174). Sum of RGB (Red+Green+Blue) = 194+127+174=495 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.19% from 495); Green value is 127 (50% from 255 or 25.66% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FAE is #3D8051. Grayscale: #989898. Windows color (decimal): -4030546 or 11435970. OLE color: 11435970.

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

Color convert

RGB194127174-
CMYK00.350.100.24
HSL317.91º35.45%62.94%-
HSV(B)317.91º34.54%76.08%-
XYZ37.4829.743.8-
YUV152.39140.2157.68-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.19%
GREEN value IS 127 (50% from 255) = 25.66%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=39.19%
G=25.66%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412717400.350.100.24317.9135.4562.94
HexC27FAE023A1813e233f
Octal30217725604312304764377
Binary110000101111111101011100100011101011000100111110100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FAE; }

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

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

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

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

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

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

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

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