#C27BAE

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

Shades of London Hue #C27BAE

Tints of London Hue #C27BAE

Color information

#C27BAE (or 0xC27BAE) is unknown color: approx London Hue. HEX triplet: C2, 7B and AE. RGB value is (194,123,174). Sum of RGB (Red+Green+Blue) = 194+123+174=491 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.51% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 174 (68.36% from 255 or 35.44% from 491); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAE is #3D8451. Grayscale: #959595. Windows color (decimal): -4031570 or 11434946. OLE color: 11434946.

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

Color convert

RGB194123174-
CMYK00.370.100.24
HSL316.9º36.79%62.16%-
HSV(B)316.9º36.6%76.08%-
XYZ36.9728.6943.63-
YUV150.04141.52159.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.51%
GREEN value IS 123 (48.44% from 255) = 25.05%
BLUE value IS 174 (68.36% from 255) = 35.44%
R=39.51%
G=25.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412317400.370.100.24316.936.7962.16
HexC27BAE025A1813d253e
Octal30217325604512304754576
Binary110000101111011101011100100101101011000100111101100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BAE; }

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

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

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

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

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

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

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

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