#C483BD

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

Shades of London Hue #C483BD

Tints of London Hue #C483BD

Color information

#C483BD (or 0xC483BD) is unknown color: approx London Hue. HEX triplet: C4, 83 and BD. RGB value is (196,131,189). Sum of RGB (Red+Green+Blue) = 196+131+189=516 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.98% from 516); Green value is 131 (51.56% from 255 or 25.39% from 516); Blue value is 189 (74.22% from 255 or 36.63% from 516); Max value from RGB is 196 - color contains mainly: red. Hex color #C483BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483BD is #3B7C42. Grayscale: #9C9C9C. Windows color (decimal): -3898435 or 12420036. OLE color: 12420036.

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

Color convert

RGB196131189-
CMYK00.330.040.23
HSL306.46º35.52%64.12%-
HSV(B)306.46º33.16%76.86%-
XYZ40.0731.6452.14-
YUV157.05146.03155.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.98%
GREEN value IS 131 (51.56% from 255) = 25.39%
BLUE value IS 189 (74.22% from 255) = 36.63%
R=37.98%
G=25.39%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613118900.330.040.23306.4635.5264.12
HexC483BD0214171322440
Octal30420327504142746244100
Binary1100010010000011101111010100001100101111001100101001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483BD; }

 p { color: rgb(196,131,189); }

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

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

 a { background-color: rgb(196,131,189); }

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

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

 span { border-color: rgb(196,131,189); }

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