#C382BC

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

Shades of London Hue #C382BC

Tints of London Hue #C382BC

Color information

#C382BC (or 0xC382BC) is unknown color: approx London Hue. HEX triplet: C3, 82 and BC. RGB value is (195,130,188). Sum of RGB (Red+Green+Blue) = 195+130+188=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C382BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C382BC is #3C7D43. Grayscale: #9B9B9B. Windows color (decimal): -3964228 or 12354243. OLE color: 12354243.

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

Color convert

RGB195130188-
CMYK00.330.040.24
HSL306.46º35.14%63.73%-
HSV(B)306.46º33.33%76.47%-
XYZ39.5731.251.51-
YUV156.05146.03155.78-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 38.01%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=38.01%
G=25.34%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513018800.330.040.24306.4635.1463.73
HexC382BC0214181322340
Octal30320227404143046243100
Binary1100001110000010101111000100001100110001001100101000111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C382BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C382BC; }

 p { color: rgb(195,130,188); }

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

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

 a { background-color: rgb(195,130,188); }

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

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

 span { border-color: rgb(195,130,188); }

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