#C381BD

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

Shades of London Hue #C381BD

Tints of London Hue #C381BD

Color information

#C381BD (or 0xC381BD) is unknown color: approx London Hue. HEX triplet: C3, 81 and BD. RGB value is (195,129,189). Sum of RGB (Red+Green+Blue) = 195+129+189=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C381BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381BD is #3C7E42. Grayscale: #9B9B9B. Windows color (decimal): -3964483 or 12419523. OLE color: 12419523.

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

Color convert

RGB195129189-
CMYK00.340.030.24
HSL305.45º35.48%63.53%-
HSV(B)305.45º33.85%76.47%-
XYZ39.5430.9852.04-
YUV155.57146.87156.12-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 129 (50.78% from 255) = 25.15%
BLUE value IS 189 (74.22% from 255) = 36.84%
R=38.01%
G=25.15%
B=36.84%

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
Decimal19512918900.340.030.24305.4535.4863.53
HexC381BD0223181312340
Octal30320127504233046143100
Binary110000111000000110111101010001011110001001100011000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C381BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C381BD; }

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

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

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

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

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

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

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

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