#C083BD

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

Shades of London Hue #C083BD

Tints of London Hue #C083BD

Color information

#C083BD (or 0xC083BD) is unknown color: approx London Hue. HEX triplet: C0, 83 and BD. RGB value is (192,131,189). Sum of RGB (Red+Green+Blue) = 192+131+189=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 131 (51.56% from 255 or 25.59% from 512); Blue value is 189 (74.22% from 255 or 36.91% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BD is #3F7C42. Grayscale: #9B9B9B. Windows color (decimal): -4160579 or 12420032. OLE color: 12420032.

HSL color Cylindrical-coordinate representation of color #C083BD: hue angle of 302.95º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C083BD is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192131189-
CMYK00.320.020.25
HSL302.95º32.62%63.33%-
HSV(B)302.95º31.77%75.29%-
XYZ39.0431.1152.09-
YUV155.85146.71153.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.5%
GREEN value IS 131 (51.56% from 255) = 25.59%
BLUE value IS 189 (74.22% from 255) = 36.91%
R=37.5%
G=25.59%
B=36.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213118900.320.020.25302.9532.6263.33
HexC083BD02021912f213f
Octal3002032750402314574177
Binary11000000100000111011110101000001011001100101111100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C083BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C083BD; }

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

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

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

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

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

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

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

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