#C283BC

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

Shades of London Hue #C283BC

Tints of London Hue #C283BC

Color information

#C283BC (or 0xC283BC) is unknown color: approx London Hue. HEX triplet: C2, 83 and BC. RGB value is (194,131,188). Sum of RGB (Red+Green+Blue) = 194+131+188=513 (67% of max value = 765). Red value is 194 (76.17% from 255 or 37.82% from 513); Green value is 131 (51.56% from 255 or 25.54% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 194 - color contains mainly: red. Hex color #C283BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C283BC is #3D7C43. Grayscale: #9C9C9C. Windows color (decimal): -4029508 or 12354498. OLE color: 12354498.

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

Color convert

RGB194131188-
CMYK00.320.030.24
HSL305.71º34.05%63.73%-
HSV(B)305.71º32.47%76.08%-
XYZ39.4431.3351.55-
YUV156.33145.87154.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 37.82%
GREEN value IS 131 (51.56% from 255) = 25.54%
BLUE value IS 188 (73.83% from 255) = 36.65%
R=37.82%
G=25.54%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413118800.320.030.24305.7134.0563.73
HexC283BC0203181322240
Octal30220327404033046242100
Binary110000101000001110111100010000011110001001100101000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C283BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C283BC; }

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

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

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

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

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

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

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

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