#C282BC

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

Shades of London Hue #C282BC

Tints of London Hue #C282BC

Color information

#C282BC (or 0xC282BC) is unknown color: approx London Hue. HEX triplet: C2, 82 and BC. RGB value is (194,130,188). Sum of RGB (Red+Green+Blue) = 194+130+188=512 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.89% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 194 - color contains mainly: red. Hex color #C282BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C282BC is #3D7D43. Grayscale: #9B9B9B. Windows color (decimal): -4029764 or 12354242. OLE color: 12354242.

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

Color convert

RGB194130188-
CMYK00.330.030.24
HSL305.62º34.41%63.53%-
HSV(B)305.62º32.99%76.08%-
XYZ39.3131.0751.5-
YUV155.75146.2155.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.89%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 188 (73.83% from 255) = 36.72%
R=37.89%
G=25.39%
B=36.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413018800.330.030.24305.6234.4163.53
HexC282BC0213181322240
Octal30220227404133046242100
Binary110000101000001010111100010000111110001001100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C282BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C282BC; }

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

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

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

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

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

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

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

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