#C27EB5

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

Shades of London Hue #C27EB5

Tints of London Hue #C27EB5

Color information

#C27EB5 (or 0xC27EB5) is unknown color: approx London Hue. HEX triplet: C2, 7E and B5. RGB value is (194,126,181). Sum of RGB (Red+Green+Blue) = 194+126+181=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 126 (49.61% from 255 or 25.15% from 501); Blue value is 181 (71.09% from 255 or 36.13% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C27EB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27EB5 is #3D814A. Grayscale: #989898. Windows color (decimal): -4030795 or 11894466. OLE color: 11894466.

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

Color convert

RGB194126181-
CMYK00.350.070.24
HSL311.47º35.79%62.75%-
HSV(B)311.47º35.05%76.08%-
XYZ38.0529.7347.45-
YUV152.6144.03157.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.72%
GREEN value IS 126 (49.61% from 255) = 25.15%
BLUE value IS 181 (71.09% from 255) = 36.13%
R=38.72%
G=25.15%
B=36.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.07
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412618100.350.070.24311.4735.7962.75
HexC27EB5023718137243f
Octal3021762650437304674477
Binary11000010111111010110101010001111111000100110111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27EB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27EB5; }

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

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

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

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

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

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

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

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