#C27CB7

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

Shades of London Hue #C27CB7

Tints of London Hue #C27CB7

Color information

#C27CB7 (or 0xC27CB7) is unknown color: approx London Hue. HEX triplet: C2, 7C and B7. RGB value is (194,124,183). Sum of RGB (Red+Green+Blue) = 194+124+183=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 124 (48.83% from 255 or 24.75% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C27CB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27CB7 is #3D8348. Grayscale: #979797. Windows color (decimal): -4031305 or 12025026. OLE color: 12025026.

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

Color convert

RGB194124183-
CMYK00.360.060.24
HSL309.43º36.46%62.35%-
HSV(B)309.43º36.08%76.08%-
XYZ3829.348.45-
YUV151.66145.69158.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 124 (48.83% from 255) = 24.75%
BLUE value IS 183 (71.88% from 255) = 36.53%
R=38.72%
G=24.75%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412418300.360.060.24309.4336.4662.35
HexC27CB7024618135243e
Octal3021742670446304654476
Binary11000010111110010110111010010011011000100110101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27CB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27CB7; }

 p { color: rgb(194,124,183); }

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

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

 a { background-color: rgb(194,124,183); }

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

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

 span { border-color: rgb(194,124,183); }

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