#C287BC

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

Shades of London Hue #C287BC

Tints of London Hue #C287BC

Color information

#C287BC (or 0xC287BC) is unknown color: approx London Hue. HEX triplet: C2, 87 and BC. RGB value is (194,135,188). Sum of RGB (Red+Green+Blue) = 194+135+188=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 135 (53.12% from 255 or 26.11% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C287BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287BC is #3D7843. Grayscale: #9E9E9E. Windows color (decimal): -4028484 or 12355522. OLE color: 12355522.

HSL color Cylindrical-coordinate representation of color #C287BC: hue angle of 306.1º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C287BC is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB194135188-
CMYK00.300.030.24
HSL306.1º32.6%64.51%-
HSV(B)306.1º30.41%76.08%-
XYZ39.9932.4351.73-
YUV158.68144.55153.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.52%
GREEN value IS 135 (53.12% from 255) = 26.11%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=37.52%
G=26.11%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413518800.300.030.24306.132.664.51
HexC287BC01E3181322141
Octal30220727403633046241101
Binary11000010100001111011110001111011110001001100101000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C287BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C287BC; }

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

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

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

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

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

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

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

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