#C27AB2

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

Shades of London Hue #C27AB2

Tints of London Hue #C27AB2

Color information

#C27AB2 (or 0xC27AB2) is unknown color: approx London Hue. HEX triplet: C2, 7A and B2. RGB value is (194,122,178). Sum of RGB (Red+Green+Blue) = 194+122+178=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27AB2 is #3D854D. Grayscale: #959595. Windows color (decimal): -4031822 or 11696834. OLE color: 11696834.

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

Color convert

RGB194122178-
CMYK00.370.080.24
HSL313.33º37.11%61.96%-
HSV(B)313.33º37.11%76.08%-
XYZ37.2428.645.68-
YUV149.91143.85159.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 122 (48.05% from 255) = 24.70%
BLUE value IS 178 (69.92% from 255) = 36.03%
R=39.27%
G=24.70%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412217800.370.080.24313.3337.1161.96
HexC27AB2025818139253e
Octal30217226204510304714576
Binary110000101111010101100100100101100011000100111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27AB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27AB2; }

 p { color: rgb(194,122,178); }

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

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

 a { background-color: rgb(194,122,178); }

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

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

 span { border-color: rgb(194,122,178); }

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