#C27BAF

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

Shades of London Hue #C27BAF

Tints of London Hue #C27BAF

Color information

#C27BAF (or 0xC27BAF) is unknown color: approx London Hue. HEX triplet: C2, 7B and AF. RGB value is (194,123,175). Sum of RGB (Red+Green+Blue) = 194+123+175=492 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.43% from 492); Green value is 123 (48.44% from 255 or 25% from 492); Blue value is 175 (68.75% from 255 or 35.57% from 492); Max value from RGB is 194 - color contains mainly: red. Hex color #C27BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27BAF is #3D8450. Grayscale: #969696. Windows color (decimal): -4031569 or 11500482. OLE color: 11500482.

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

Color convert

RGB194123175-
CMYK00.370.100.24
HSL316.06º36.79%62.16%-
HSV(B)316.06º36.6%76.08%-
XYZ37.0728.7344.15-
YUV150.16142.02159.27-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 39.43%
GREEN value IS 123 (48.44% from 255) = 25%
BLUE value IS 175 (68.75% from 255) = 35.57%
R=39.43%
G=25%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412317500.370.100.24316.0636.7962.16
HexC27BAF025A1813c253e
Octal30217325704512304744576
Binary110000101111011101011110100101101011000100111100100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27BAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27BAF; }

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

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

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

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

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

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

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

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