#C380BD

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

Shades of London Hue #C380BD

Tints of London Hue #C380BD

Color information

#C380BD (or 0xC380BD) is unknown color: approx London Hue. HEX triplet: C3, 80 and BD. RGB value is (195,128,189). Sum of RGB (Red+Green+Blue) = 195+128+189=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 128 (50.39% from 255 or 25% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C380BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380BD is #3C7F42. Grayscale: #9A9A9A. Windows color (decimal): -3964739 or 12419267. OLE color: 12419267.

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

Color convert

RGB195128189-
CMYK00.340.030.24
HSL305.37º35.83%63.33%-
HSV(B)305.37º34.36%76.47%-
XYZ39.4130.7152-
YUV154.99147.2156.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.09%
GREEN value IS 128 (50.39% from 255) = 25%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=38.09%
G=25%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512818900.340.030.24305.3735.8363.33
HexC380BD022318131243f
Octal3032002750423304614477
Binary11000011100000001011110101000101111000100110001100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380BD; }

 p { color: rgb(195,128,189); }

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

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

 a { background-color: rgb(195,128,189); }

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

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

 span { border-color: rgb(195,128,189); }

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