#C27FAD

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

Shades of London Hue #C27FAD

Tints of London Hue #C27FAD

Color information

#C27FAD (or 0xC27FAD) is unknown color: approx London Hue. HEX triplet: C2, 7F and AD. RGB value is (194,127,173). Sum of RGB (Red+Green+Blue) = 194+127+173=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27FAD is #3D8052. Grayscale: #989898. Windows color (decimal): -4030547 or 11370434. OLE color: 11370434.

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

Color convert

RGB194127173-
CMYK00.350.110.24
HSL318.81º35.45%62.94%-
HSV(B)318.81º34.54%76.08%-
XYZ37.3829.6743.29-
YUV152.28139.7157.76-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 127 (50% from 255) = 25.71%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=39.27%
G=25.71%
B=35.02%

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
Decimal19412717300.350.110.24318.8135.4562.94
HexC27FAD023B1813f233f
Octal30217725504313304774377
Binary110000101111111101011010100011101111000100111111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FAD; }

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

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

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

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

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

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

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

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