#C27DB3

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

Shades of London Hue #C27DB3

Tints of London Hue #C27DB3

Color information

#C27DB3 (or 0xC27DB3) is unknown color: approx London Hue. HEX triplet: C2, 7D and B3. RGB value is (194,125,179). Sum of RGB (Red+Green+Blue) = 194+125+179=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB3 is #3D824C. Grayscale: #979797. Windows color (decimal): -4031053 or 11763138. OLE color: 11763138.

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

Color convert

RGB194125179-
CMYK00.360.080.24
HSL313.04º36.13%62.55%-
HSV(B)313.04º35.57%76.08%-
XYZ37.7229.3946.33-
YUV151.79143.36158.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.96%
GREEN value IS 125 (49.22% from 255) = 25.10%
BLUE value IS 179 (70.31% from 255) = 35.94%
R=38.96%
G=25.10%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412517900.360.080.24313.0436.1362.55
HexC27DB3024818139243f
Octal30217526304410304714477
Binary110000101111101101100110100100100011000100111001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DB3; }

 p { color: rgb(194,125,179); }

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

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

 a { background-color: rgb(194,125,179); }

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

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

 span { border-color: rgb(194,125,179); }

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