#C282BA

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

Shades of London Hue #C282BA

Tints of London Hue #C282BA

Color information

#C282BA (or 0xC282BA) is unknown color: approx London Hue. HEX triplet: C2, 82 and BA. RGB value is (194,130,186). Sum of RGB (Red+Green+Blue) = 194+130+186=510 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.04% from 510); Green value is 130 (51.17% from 255 or 25.49% from 510); Blue value is 186 (73.05% from 255 or 36.47% from 510); Max value from RGB is 194 - color contains mainly: red. Hex color #C282BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282BA is #3D7D45. Grayscale: #9B9B9B. Windows color (decimal): -4029766 or 12223170. OLE color: 12223170.

HSL color Cylindrical-coordinate representation of color #C282BA: hue angle of 307.5º degrees, saturation: 0.34, 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 #C282BA is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB194130186-
CMYK00.330.040.24
HSL307.5º34.41%63.53%-
HSV(B)307.5º32.99%76.08%-
XYZ39.0930.9850.37-
YUV155.52145.2155.45-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 38.04%
GREEN value IS 130 (51.17% from 255) = 25.49%
BLUE value IS 186 (73.05% from 255) = 36.47%
R=38.04%
G=25.49%
B=36.47%

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
Decimal19413018600.330.040.24307.534.4163.53
HexC282BA0214181342240
Octal30220227204143046442100
Binary1100001010000010101110100100001100110001001101001000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282BA; }

 p { color: rgb(194,130,186); }

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

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

 a { background-color: rgb(194,130,186); }

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

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

 span { border-color: rgb(194,130,186); }

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