#c388b7

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

Shades of London Hue #C388B7

Tints of London Hue #C388B7

Color information

#C388B7 (or 0xC388B7) is unknown color: approx London Hue. HEX triplet: C3, 88 and B7. RGB value is (195,136,183). Sum of RGB (Red+Green+Blue) = 195+136+183=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 136 (53.52% from 255 or 26.46% from 514); Blue value is 183 (71.88% from 255 or 35.60% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C388B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388B7 is #3C7748. Grayscale: #9E9E9E. Windows color (decimal): -3962697 or 12028099. OLE color: 12028099.

HSL color Cylindrical-coordinate representation of color #C388B7: hue angle of 312.2º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C388B7 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB195136183-
CMYK00.300.060.24
HSL312.2º32.96%64.9%-
HSV(B)312.2º30.26%76.47%-
XYZ39.8632.6349-
YUV159141.55153.68-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.94%
GREEN value IS 136 (53.52% from 255) = 26.46%
BLUE value IS 183 (71.88% from 255) = 35.60%
R=37.94%
G=26.46%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513618300.300.060.24312.232.9664.9
HexC388B701E6181382141
Octal30321026703663047041101
Binary110000111000100010110111011110110110001001110001000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c388b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c388b7; }

 p { color: rgb(195,136,183); }

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

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

 a { background-color: rgb(195,136,183); }

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

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

 span { border-color: rgb(195,136,183); }

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