#C27EB6

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

Shades of London Hue #C27EB6

Tints of London Hue #C27EB6

Color information

#C27EB6 (or 0xC27EB6) is unknown color: approx London Hue. HEX triplet: C2, 7E and B6. RGB value is (194,126,182). Sum of RGB (Red+Green+Blue) = 194+126+182=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 126 (49.61% from 255 or 25.10% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EB6 is #3D8149. Grayscale: #989898. Windows color (decimal): -4030794 or 11960002. OLE color: 11960002.

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

Color convert

RGB194126182-
CMYK00.350.060.24
HSL310.59º35.79%62.75%-
HSV(B)310.59º35.05%76.08%-
XYZ38.1529.7747.99-
YUV152.72144.53157.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 126 (49.61% from 255) = 25.10%
BLUE value IS 182 (71.48% from 255) = 36.25%
R=38.65%
G=25.10%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412618200.350.060.24310.5935.7962.75
HexC27EB6023618137243f
Octal3021762660436304674477
Binary11000010111111010110110010001111011000100110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EB6; }

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

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

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

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

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

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

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

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