#C27DB7

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

Shades of London Hue #C27DB7

Tints of London Hue #C27DB7

Color information

#C27DB7 (or 0xC27DB7) is unknown color: approx London Hue. HEX triplet: C2, 7D and B7. RGB value is (194,125,183). Sum of RGB (Red+Green+Blue) = 194+125+183=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 125 (49.22% from 255 or 24.90% from 502); Blue value is 183 (71.88% from 255 or 36.45% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB7 is #3D8248. Grayscale: #989898. Windows color (decimal): -4031049 or 12025282. OLE color: 12025282.

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

Color convert

RGB194125183-
CMYK00.360.060.24
HSL309.57º36.13%62.55%-
HSV(B)309.57º35.57%76.08%-
XYZ38.1329.5648.49-
YUV152.24145.36157.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.65%
GREEN value IS 125 (49.22% from 255) = 24.90%
BLUE value IS 183 (71.88% from 255) = 36.45%
R=38.65%
G=24.90%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412518300.360.060.24309.5736.1362.55
HexC27DB7024618136243f
Octal3021752670446304664477
Binary11000010111110110110111010010011011000100110110100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DB7; }

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

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

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

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

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

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

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

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