#C084BE

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

Shades of London Hue #C084BE

Tints of London Hue #C084BE

Color information

#C084BE (or 0xC084BE) is unknown color: approx London Hue. HEX triplet: C0, 84 and BE. RGB value is (192,132,190). Sum of RGB (Red+Green+Blue) = 192+132+190=514 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.35% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 192 - color contains mainly: red. Hex color #C084BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084BE is #3F7B41. Grayscale: #9C9C9C. Windows color (decimal): -4160322 or 12485824. OLE color: 12485824.

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

Color convert

RGB192132190-
CMYK00.310.010.25
HSL302º32.26%63.53%-
HSV(B)302º31.25%75.29%-
XYZ39.2831.4352.71-
YUV156.55146.88153.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 37.35%
GREEN value IS 132 (51.95% from 255) = 25.68%
BLUE value IS 190 (74.61% from 255) = 36.96%
R=37.35%
G=25.68%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213219000.310.010.2530232.2663.53
HexC084BE01F11912e2040
Octal30020427603713145640100
Binary1100000010000100101111100111111110011001011101000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C084BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C084BE; }

 p { color: rgb(192,132,190); }

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

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

 a { background-color: rgb(192,132,190); }

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

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

 span { border-color: rgb(192,132,190); }

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