#C27DAE

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

Shades of London Hue #C27DAE

Tints of London Hue #C27DAE

Color information

#C27DAE (or 0xC27DAE) is unknown color: approx London Hue. HEX triplet: C2, 7D and AE. RGB value is (194,125,174). Sum of RGB (Red+Green+Blue) = 194+125+174=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DAE is #3D8251. Grayscale: #979797. Windows color (decimal): -4031058 or 11435458. OLE color: 11435458.

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

Color convert

RGB194125174-
CMYK00.360.100.24
HSL317.39º36.13%62.55%-
HSV(B)317.39º35.57%76.08%-
XYZ37.2229.1943.72-
YUV151.22140.86158.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 125 (49.22% from 255) = 25.35%
BLUE value IS 174 (68.36% from 255) = 35.29%
R=39.35%
G=25.35%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412517400.360.100.24317.3936.1362.55
HexC27DAE024A1813d243f
Octal30217525604412304754477
Binary110000101111101101011100100100101011000100111101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DAE; }

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

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

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

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

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

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

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

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