#C27EB2

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

Shades of London Hue #C27EB2

Tints of London Hue #C27EB2

Color information

#C27EB2 (or 0xC27EB2) is unknown color: approx London Hue. HEX triplet: C2, 7E and B2. RGB value is (194,126,178). Sum of RGB (Red+Green+Blue) = 194+126+178=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 126 (49.61% from 255 or 25.30% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27EB2 is #3D814D. Grayscale: #989898. Windows color (decimal): -4030798 or 11697858. OLE color: 11697858.

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

Color convert

RGB194126178-
CMYK00.350.080.24
HSL314.12º35.79%62.75%-
HSV(B)314.12º35.05%76.08%-
XYZ37.7429.6145.84-
YUV152.26142.53157.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 126 (49.61% from 255) = 25.30%
BLUE value IS 178 (69.92% from 255) = 35.74%
R=38.96%
G=25.30%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412617800.350.080.24314.1235.7962.75
HexC27EB202381813a243f
Octal30217626204310304724477
Binary110000101111110101100100100011100011000100111010100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EB2; }

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

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

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

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

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

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

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

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