#C27DB9

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

Shades of London Hue #C27DB9

Tints of London Hue #C27DB9

Color information

#C27DB9 (or 0xC27DB9) is unknown color: approx London Hue. HEX triplet: C2, 7D and B9. RGB value is (194,125,185). Sum of RGB (Red+Green+Blue) = 194+125+185=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 125 (49.22% from 255 or 24.80% from 504); Blue value is 185 (72.66% from 255 or 36.71% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27DB9 is #3D8246. Grayscale: #989898. Windows color (decimal): -4031047 or 12156354. OLE color: 12156354.

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

Color convert

RGB194125185-
CMYK00.360.050.24
HSL307.83º36.13%62.55%-
HSV(B)307.83º35.57%76.08%-
XYZ38.3429.6449.6-
YUV152.47146.36157.62-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.49%
GREEN value IS 125 (49.22% from 255) = 24.80%
BLUE value IS 185 (72.66% from 255) = 36.71%
R=38.49%
G=24.80%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19412518500.360.050.24307.8336.1362.55
HexC27DB9024518134243f
Octal3021752710445304644477
Binary11000010111110110111001010010010111000100110100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27DB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27DB9; }

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

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

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

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

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

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

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

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