#C27EAD

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

Shades of London Hue #C27EAD

Tints of London Hue #C27EAD

Color information

#C27EAD (or 0xC27EAD) is unknown color: approx London Hue. HEX triplet: C2, 7E and AD. RGB value is (194,126,173). Sum of RGB (Red+Green+Blue) = 194+126+173=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 173 (67.97% from 255 or 35.09% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EAD is #3D8152. Grayscale: #979797. Windows color (decimal): -4030803 or 11370178. OLE color: 11370178.

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

Color convert

RGB194126173-
CMYK00.350.110.24
HSL318.53º35.79%62.75%-
HSV(B)318.53º35.05%76.08%-
XYZ37.2529.4143.25-
YUV151.69140.03158.18-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.35%
GREEN value IS 126 (49.61% from 255) = 25.56%
BLUE value IS 173 (67.97% from 255) = 35.09%
R=39.35%
G=25.56%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.11
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412617300.350.110.24318.5335.7962.75
HexC27EAD023B1813f243f
Octal30217625504313304774477
Binary110000101111110101011010100011101111000100111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EAD; }

 p { color: rgb(194,126,173); }

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

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

 a { background-color: rgb(194,126,173); }

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

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

 span { border-color: rgb(194,126,173); }

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