#C27FBF

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

Shades of London Hue #C27FBF

Tints of London Hue #C27FBF

Color information

#C27FBF (or 0xC27FBF) is unknown color: approx London Hue. HEX triplet: C2, 7F and BF. RGB value is (194,127,191). Sum of RGB (Red+Green+Blue) = 194+127+191=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 191 (75% from 255 or 37.30% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C27FBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27FBF is #3D8040. Grayscale: #9A9A9A. Windows color (decimal): -4030529 or 12550082. OLE color: 12550082.

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

Color convert

RGB194127191-
CMYK00.350.020.24
HSL302.69º35.45%62.94%-
HSV(B)302.69º34.54%76.08%-
XYZ39.2430.4153.09-
YUV154.33148.7156.3-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 127 (50% from 255) = 24.80%
BLUE value IS 191 (75% from 255) = 37.30%
R=37.89%
G=24.80%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412719100.350.020.24302.6935.4562.94
HexC27FBF02321812f233f
Octal3021772770432304574377
Binary1100001011111111011111101000111011000100101111100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27FBF; }

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

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

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

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

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

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

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

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