#C27FBB

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

Shades of London Hue #C27FBB

Tints of London Hue #C27FBB

Color information

#C27FBB (or 0xC27FBB) is unknown color: approx London Hue. HEX triplet: C2, 7F and BB. RGB value is (194,127,187). Sum of RGB (Red+Green+Blue) = 194+127+187=508 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.19% from 508); Green value is 127 (50% from 255 or 25% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FBB is #3D8044. Grayscale: #999999. Windows color (decimal): -4030533 or 12287938. OLE color: 12287938.

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

Color convert

RGB194127187-
CMYK00.350.040.24
HSL306.27º35.45%62.94%-
HSV(B)306.27º34.54%76.08%-
XYZ38.8130.2450.8-
YUV153.87146.7156.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.19%
GREEN value IS 127 (50% from 255) = 25%
BLUE value IS 187 (73.44% from 255) = 36.81%
R=38.19%
G=25%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412718700.350.040.24306.2735.4562.94
HexC27FBB023418132233f
Octal3021772730434304624377
Binary11000010111111110111011010001110011000100110010100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FBB; }

 p { color: rgb(194,127,187); }

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

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

 a { background-color: rgb(194,127,187); }

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

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

 span { border-color: rgb(194,127,187); }

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