#C27BB1

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

Shades of London Hue #C27BB1

Tints of London Hue #C27BB1

Color information

#C27BB1 (or 0xC27BB1) is unknown color: approx London Hue. HEX triplet: C2, 7B and B1. RGB value is (194,123,177). Sum of RGB (Red+Green+Blue) = 194+123+177=494 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.27% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 177 (69.53% from 255 or 35.83% from 494); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BB1 is #3D844E. Grayscale: #969696. Windows color (decimal): -4031567 or 11631554. OLE color: 11631554.

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

Color convert

RGB194123177-
CMYK00.370.090.24
HSL314.37º36.79%62.16%-
HSV(B)314.37º36.6%76.08%-
XYZ37.2728.8145.19-
YUV150.38143.02159.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.27%
GREEN value IS 123 (48.44% from 255) = 24.90%
BLUE value IS 177 (69.53% from 255) = 35.83%
R=39.27%
G=24.90%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.09
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412317700.370.090.24314.3736.7962.16
HexC27BB102591813a253e
Octal30217326104511304724576
Binary110000101111011101100010100101100111000100111010100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BB1; }

 p { color: rgb(194,123,177); }

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

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

 a { background-color: rgb(194,123,177); }

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

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

 span { border-color: rgb(194,123,177); }

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